| 
    PocketMine-MP 5.37.1 git-cef37e7835c666594588f957a47b27d521c6a58e
    
   | 
 
 Inheritance diagram for pocketmine\command\Command:
 Collaboration diagram for pocketmine\command\Command:Public Member Functions | |
| __construct (string $name, Translatable|string $description="", Translatable|string|null $usageMessage=null, array $aliases=[]) | |
| __toString () | |
| execute (CommandSender $sender, string $commandLabel, array $args) | |
| getAliases () | |
| getDescription () | |
| getLabel () | |
| getName () | |
| getPermissionMessage () | |
| getPermissions () | |
| getUsage () | |
| isRegistered () | |
| register (CommandMap $commandMap) | |
| setAliases (array $aliases) | |
| setDescription (Translatable|string $description) | |
| setLabel (string $name) | |
| setPermission (?string $permission) | |
| setPermissionMessage (string $permissionMessage) | |
| setPermissions (array $permissions) | |
| setUsage (Translatable|string $usage) | |
| testPermission (CommandSender $target, ?string $permission=null) | |
| testPermissionSilent (CommandSender $target, ?string $permission=null) | |
| unregister (CommandMap $commandMap) | |
Static Public Member Functions | |
| static | broadcastCommandMessage (CommandSender $source, Translatable|string $message, bool $sendToSource=true) | 
Protected Attributes | |
| Translatable string | $description = "" | 
| Translatable string | $usageMessage | 
Definition at line 42 of file Command.php.
| pocketmine\command\Command::__construct | ( | string | $name, | 
| Translatable|string | $description = "", | ||
| Translatable|string|null | $usageMessage = null, | ||
| array | $aliases = [] ) | 
| string[] | $aliases | @phpstan-param list<string> $aliases | 
Definition at line 75 of file Command.php.
References pocketmine\command\Command\setAliases().
 Here is the call graph for this function:| pocketmine\command\Command::__toString | ( | ) | 
Definition at line 255 of file Command.php.
      
  | 
  static | 
Definition at line 237 of file Command.php.
      
  | 
  abstract | 
| string[] | $args | @phpstan-param list<string> $args | 
| CommandException | 
Reimplemented in pocketmine\command\ClosureCommand, pocketmine\command\defaults\BanCommand, pocketmine\command\defaults\BanIpCommand, pocketmine\command\defaults\BanListCommand, pocketmine\command\defaults\ClearCommand, pocketmine\command\defaults\DefaultGamemodeCommand, pocketmine\command\defaults\DeopCommand, pocketmine\command\defaults\DifficultyCommand, pocketmine\command\defaults\DumpMemoryCommand, pocketmine\command\defaults\EffectCommand, pocketmine\command\defaults\EnchantCommand, pocketmine\command\defaults\GamemodeCommand, pocketmine\command\defaults\GarbageCollectorCommand, pocketmine\command\defaults\GiveCommand, pocketmine\command\defaults\HelpCommand, pocketmine\command\defaults\KickCommand, pocketmine\command\defaults\KillCommand, pocketmine\command\defaults\ListCommand, pocketmine\command\defaults\MeCommand, pocketmine\command\defaults\OpCommand, pocketmine\command\defaults\PardonCommand, pocketmine\command\defaults\PardonIpCommand, pocketmine\command\defaults\ParticleCommand, pocketmine\command\defaults\PluginsCommand, pocketmine\command\defaults\SaveCommand, pocketmine\command\defaults\SaveOffCommand, pocketmine\command\defaults\SaveOnCommand, pocketmine\command\defaults\SayCommand, pocketmine\command\defaults\SeedCommand, pocketmine\command\defaults\SetWorldSpawnCommand, pocketmine\command\defaults\SpawnpointCommand, pocketmine\command\defaults\StatusCommand, pocketmine\command\defaults\StopCommand, pocketmine\command\defaults\TeleportCommand, pocketmine\command\defaults\TellCommand, pocketmine\command\defaults\TimeCommand, pocketmine\command\defaults\TimingsCommand, pocketmine\command\defaults\TitleCommand, pocketmine\command\defaults\TransferServerCommand, pocketmine\command\defaults\VersionCommand, pocketmine\command\defaults\WhitelistCommand, pocketmine\command\defaults\XpCommand, pocketmine\command\FormattedCommandAlias, and pocketmine\command\PluginCommand.
| pocketmine\command\Command::getAliases | ( | ) | 
Definition at line 197 of file Command.php.
| pocketmine\command\Command::getDescription | ( | ) | 
Definition at line 205 of file Command.php.
| pocketmine\command\Command::getLabel | ( | ) | 
Definition at line 145 of file Command.php.
| pocketmine\command\Command::getName | ( | ) | 
Definition at line 92 of file Command.php.
| pocketmine\command\Command::getPermissionMessage | ( | ) | 
Definition at line 201 of file Command.php.
| pocketmine\command\Command::getPermissions | ( | ) | 
Definition at line 99 of file Command.php.
| pocketmine\command\Command::getUsage | ( | ) | 
Definition at line 209 of file Command.php.
| pocketmine\command\Command::isRegistered | ( | ) | 
Definition at line 189 of file Command.php.
| pocketmine\command\Command::register | ( | CommandMap | $commandMap | ) | 
Registers the command into a Command map
Definition at line 163 of file Command.php.
| pocketmine\command\Command::setAliases | ( | array | $aliases | ) | 
| string[] | $aliases | @phpstan-param list<string> $aliases | 
Definition at line 217 of file Command.php.
Referenced by pocketmine\command\Command\__construct().
 Here is the caller graph for this function:| pocketmine\command\Command::setDescription | ( | Translatable|string | $description | ) | 
Definition at line 225 of file Command.php.
| pocketmine\command\Command::setLabel | ( | string | $name | ) | 
Definition at line 149 of file Command.php.
| pocketmine\command\Command::setPermission | ( | ?string | $permission | ) | 
Definition at line 116 of file Command.php.
| pocketmine\command\Command::setPermissionMessage | ( | string | $permissionMessage | ) | 
Definition at line 229 of file Command.php.
| pocketmine\command\Command::setPermissions | ( | array | $permissions | ) | 
| string[] | $permissions | 
Definition at line 106 of file Command.php.
Referenced by pocketmine\command\ClosureCommand\__construct().
 Here is the caller graph for this function:| pocketmine\command\Command::setUsage | ( | Translatable|string | $usage | ) | 
Definition at line 233 of file Command.php.
| pocketmine\command\Command::testPermission | ( | CommandSender | $target, | 
| ?string | $permission = null ) | 
Definition at line 120 of file Command.php.
| pocketmine\command\Command::testPermissionSilent | ( | CommandSender | $target, | 
| ?string | $permission = null ) | 
Definition at line 134 of file Command.php.
| pocketmine\command\Command::unregister | ( | CommandMap | $commandMap | ) | 
Definition at line 173 of file Command.php.
      
  | 
  protected | 
Definition at line 63 of file Command.php.
      
  | 
  protected | 
Definition at line 65 of file Command.php.