|
PocketMine-MP 5.39.4 git-fc9be17cf51063d4d1d23df927963d00a2f03f09
|
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.