Uses of Annotation Interface
dev.despical.commandframework.annotations.Command
Packages that use Command
Package
Description
The main package of the Command Framework containing all
core classes and components related to the framework.
-
Uses of Command in dev.despical.commandframework
Methods in dev.despical.commandframework that return CommandModifier and TypeMethodDescriptionCommandArguments.getCommand()Retrieves the base command associated with this object.Methods in dev.despical.commandframework that return types with arguments of type CommandModifier and TypeMethodDescriptionCommandFramework.getAllCommands()Get an unmodifiable copy of registered commands and sub-commands.CommandFramework.getCommands()Get an unmodifiable copy of registered commands.CommandFramework.getSubCommands()Get an unmodifiable copy of registered sub-commands-.Method parameters in dev.despical.commandframework with type arguments of type CommandModifier and TypeMethodDescriptionvoidMessage.setMessage(BiFunction<Command, CommandArguments, Boolean> message) Set a custom error message.