PocketMine-MP 5.15.1 git-5ef247620a7c6301a849b54e5ef1009217729fc8
pocketmine\command\CommandMap Interface Reference
+ Inheritance diagram for pocketmine\command\CommandMap:
+ Collaboration diagram for pocketmine\command\CommandMap:

Public Member Functions

 clearCommands ()
 
 dispatch (CommandSender $sender, string $cmdLine)
 
 getCommand (string $name)
 
 register (string $fallbackPrefix, Command $command, ?string $label=null)
 
 registerAll (string $fallbackPrefix, array $commands)
 

Detailed Description

Definition at line 26 of file CommandMap.php.

Member Function Documentation

◆ registerAll()

pocketmine\command\CommandMap::registerAll ( string  $fallbackPrefix,
array  $commands 
)
Parameters
Command[]$commands

Implemented in pocketmine\command\SimpleCommandMap.


The documentation for this interface was generated from the following file: