Uses of Package
org.bukkit.command
Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
org.bukkit.command |
Classes relating to handling specialized non-chat player input.
|
org.bukkit.command.defaults |
Commands for emulating the Minecraft commands and other necessary ones for
use by a Bukkit implementation.
|
org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world , including all players, monsters, projectiles, etc. |
org.bukkit.entity.minecart |
Interfaces for various
Minecart types. |
org.bukkit.event.server |
Events relating to programmatic state
changes on the server. |
org.bukkit.help |
Classes used to manipulate the default command and topic assistance system.
|
org.bukkit.plugin |
Classes specifically relating to loading software modules at runtime.
|
org.bukkit.plugin.java |
Classes for handling
plugins written in
java. |
-
Classes in org.bukkit.command used by org.bukkit Class Description CommandException Thrown when an unhandled exception occurs during the execution of a CommandCommandSender ConsoleCommandSender PluginCommand Represents aCommand
belonging to a plugin -
Classes in org.bukkit.command used by org.bukkit.command Class Description Command Represents a Command, which executes various tasks upon user inputCommandException Thrown when an unhandled exception occurs during the execution of a CommandCommandExecutor Represents a class which contains a single method for executing commandsCommandMap CommandSender CommandSender.Spigot PluginIdentifiableCommand This interface is used by the help system to group commands into sub-indexes based on thePlugin
they are a part of.TabCompleter Represents a class which can suggest tab completions for commands. -
Classes in org.bukkit.command used by org.bukkit.command.defaults Class Description Command Represents a Command, which executes various tasks upon user inputCommandSender -
Classes in org.bukkit.command used by org.bukkit.entity Class Description CommandSender CommandSender.Spigot -
Classes in org.bukkit.command used by org.bukkit.entity.minecart Class Description CommandSender -
Classes in org.bukkit.command used by org.bukkit.event.server Class Description CommandSender -
Classes in org.bukkit.command used by org.bukkit.help Class Description Command Represents a Command, which executes various tasks upon user inputCommandSender -
Classes in org.bukkit.command used by org.bukkit.plugin Class Description CommandExecutor Represents a class which contains a single method for executing commandsSimpleCommandMap 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. -
Classes in org.bukkit.command used by org.bukkit.plugin.java Class Description Command Represents a Command, which executes various tasks upon user inputCommandExecutor Represents a class which contains a single method for executing commandsCommandSender PluginCommand Represents aCommand
belonging to a pluginTabCompleter Represents a class which can suggest tab completions for commands.TabExecutor This class is provided as a convenience to implement both TabCompleter and CommandExecutor.