|
PocketMine-MP 5.42.2 git-40e2639b20bdc4ddba49d9f7f5fa0d5e92aa266f
|
Inheritance diagram for pocketmine\command\CommandExecutor:
Collaboration diagram for pocketmine\command\CommandExecutor:Public Member Functions | |
| onCommand (CommandSender $sender, Command $command, string $label, array $args) | |
Interface implemented by things that want to execute commands via PluginCommand. This is implemented by PluginBase by default to allow automagically registering PluginBase::onCommand() to receive commands defined in plugin.yml.
Definition at line 35 of file CommandExecutor.php.
| pocketmine\command\CommandExecutor::onCommand | ( | CommandSender | $sender, |
| Command | $command, | ||
| string | $label, | ||
| array | $args ) |
| string[] | $args |
Implemented in pocketmine\plugin\PluginBase.