|
PocketMine-MP 5.37.2 git-e507eb5e50da3ead3ae88ed2324df21e75820019
|
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.