Bukkit  1.4.7-R1.0
 All Classes Namespaces Files Functions Variables Enumerator Pages
Package org.bukkit.command

Packages

package  defaults
 

Classes

interface  BlockCommandSender
 
class  Command
 Represents a Command, which executes various tasks upon user input. More...
 
class  CommandException
 Thrown when an unhandled exception occurs during the execution of a Command. More...
 
interface  CommandExecutor
 Represents a class which contains a single method for executing commands. More...
 
interface  CommandMap
 
interface  CommandSender
 
interface  ConsoleCommandSender
 
class  MultipleCommandAlias
 Represents a command that delegates to one or more other commands. More...
 
class  PluginCommand
 Represents a Command belonging to a plugin. More...
 
class  PluginCommandYamlParser
 
interface  PluginIdentifiableCommand
 This interface is used by the help system to group commands into sub-indexes based on the Plugin they are a part of. More...
 
interface  RemoteConsoleCommandSender
 
class  SimpleCommandMap
 
interface  TabCommandExecutor
 Represents a class which can handle command tab completion and commands. More...
 
interface  TabCompleter
 Represents a class which can suggest tab completions for commands. More...
 
interface  TabExecutor
 This class is provided as a convenience to implement both TabCompleter and CommandExecutor. More...