|
PocketMine-MP 5.43.2 git-a137a986d01d9af23452b2e741699a770c7ae112
|
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.