Module ultimategdbot.api
Package com.github.alex1304.ultimategdbot.api.command
-
Interface Summary Interface Description Command Represents a bot command. -
Class Summary Class Description ArgumentList Represents the list of the arguments of a command.CommandDocumentation Holds the documentation for a specific command.CommandDocumentationEntry Represents a documentation entry.CommandErrorHandler Provides a convenient way to add error handlers for bot commands.CommandProvider Provides a set of commands.CommandService The command service coordinates the command providers from all plugins.Context ExecutableCommand Represents a command ready to be executed, meaning that the context and the error handler of the command are already defined.FlagInformation Holds information about a command flag.FlagSet Contains the set of flags used in a command.FlagSet.FlagSetBuilder PermissionChecker Class used to check permissions for using a command. -
Enum Summary Enum Description PermissionLevel Scope The scope of a command, that is, the kind of channels where the command is applicable. -
Exception Summary Exception Description CommandFailedException Thrown when something goes wrong during the execution of a command.PermissionDeniedException