Package org.bukkit.command
package org.bukkit.command
Classes relating to handling specialized non-chat player input.
-
ClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Timings will be removed in the futureRepresents a Command, which executes various tasks upon user inputThrown when an unhandled exception occurs during the execution of a CommandRepresents a class which contains a single method for executing commandsDeprecated, for removal: This API element is subject to removal in a future version.Timings will be removed in the futureRepresents a command that delegates to one or more other commandsRepresents a
Command
belonging to a pluginThis interface is used by the help system to group commands into sub-indexes based on thePlugin
they are a part of.Represents a class which can suggest tab completions for commands.This class is provided as a convenience to implement both TabCompleter and CommandExecutor.