Package org.bukkit.command
package org.bukkit.command
Classes relating to handling specialized non-chat player input.
- 
Interface SummaryInterfaceDescriptionRepresents a class which contains a single method for executing commandsFor when all you care about is just messagingThis interface is used by the help system to group commands into sub-indexes based on thePluginthey 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.
- 
Class SummaryClassDescriptionRepresents a Command, which executes various tasks upon user inputRepresents a command that delegates to one or more other commandsRepresents aCommandbelonging to a plugin
- 
Exception SummaryExceptionDescriptionThrown when an unhandled exception occurs during the execution of a Command