![]() |
Bukkit
1.4.7-R1.0
|
Represents a class which contains a single method for executing commands. More...
Inheritance diagram for org.bukkit.command.CommandExecutor:Public Member Functions | |
| boolean | onCommand (CommandSender sender, Command command, String label, String[] args) |
| Executes the given command, returning its success. | |
Represents a class which contains a single method for executing commands.
Definition at line 6 of file CommandExecutor.java.
| boolean org.bukkit.command.CommandExecutor.onCommand | ( | CommandSender | sender, |
| Command | command, | ||
| String | label, | ||
| String[] | args | ||
| ) |
Executes the given command, returning its success.
| sender | Source of the command |
| command | Command which was executed |
| label | Alias of the command which was used |
| args | Passed command arguments |
Referenced by org.bukkit.command.PluginCommand.execute().