Package org.bukkit.command
package org.bukkit.command
Classes relating to handling specialized non-chat player input.
-
InterfaceDescriptionRepresents a class which contains a single method for executing commandsThis interface is used by the help system to group commands into sub-indexes based on the
Plugin
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. -
ClassDescriptionRepresents a Command, which executes various tasks upon user inputRepresents a command that delegates to one or more other commandsRepresents a
Command
belonging to a plugin -
ExceptionDescriptionThrown when an unhandled exception occurs during the execution of a Command