Package org.bukkit.command
Classes relating to handling specialized non-chat player input.
-
Interface Summary Interface Description BlockCommandSender CommandExecutor Represents a class which contains a single method for executing commandsCommandMap CommandSender ConsoleCommandSender PluginIdentifiableCommand This interface is used by the help system to group commands into sub-indexes based on thePlugin
they are a part of.ProxiedCommandSender RemoteConsoleCommandSender TabCompleter Represents a class which can suggest tab completions for commands.TabExecutor This class is provided as a convenience to implement both TabCompleter and CommandExecutor. -
Class Summary Class Description Command Represents a Command, which executes various tasks upon user inputCommandSender.Spigot FormattedCommandAlias MultipleCommandAlias Represents a command that delegates to one or more other commandsPluginCommand Represents aCommand
belonging to a pluginPluginCommandYamlParser SimpleCommandMap -
Exception Summary Exception Description CommandException Thrown when an unhandled exception occurs during the execution of a Command