Package cloud.commandframework
cloud API main package
- See Also:
Command manager class
-
Interface Summary Interface Description CommandHelpHandler.HelpTopic<C> Something that can be returned as the result of a help query -
Class Summary Class Description Command<C> A command consists out of a chain ofcommand arguments
.Command.Builder<C> Builder forCommand
instances.CommandHelpHandler<C> CommandHelpHandler.IndexHelpTopic<C> Index of available commandsCommandHelpHandler.MultiHelpTopic<C> Help topic with multiple semi-verbose command descriptionsCommandHelpHandler.VerboseHelpEntry<C> CommandHelpHandler.VerboseHelpTopic<C> Verbose information about a specificCommand
CommandManager<C> The manager is responsible for command registration, parsing delegation, etc.CommandTree<C> Tree containing all commands and command paths.CommandTree.Node<T> Very simple tree structureDescription CommandArgument
descriptionLockableCommandManager<C> Deprecated. Use a normalCommandManager
's registration state instead -
Enum Summary Enum Description CommandManager.ManagerSettings Configurable command related settingsCommandManager.RegistrationState The point in the registration lifecycle for this commands manager