PocketMine-MP 5.25.1 git-694aa17cc916a954b10fe12721c81b1dc73eecd5
Loading...
Searching...
No Matches
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: