Package cloud.commandframework
cloud API main package
- See Also:
Command manager class
-
Interface Summary Interface Description ArgumentDescription A description for aCommandArgumentCommandHelpHandler.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 forCommandinstances.CommandComponent<C> A single literal or argument component of a commandCommandHelpHandler<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 specificCommandCommandManager<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 Deprecated. to become package-private since 1.4.0.LockableCommandManager<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