Definition at line 40 of file FormattedCommandAlias.php.
◆ __construct()
| pocketmine\command\FormattedCommandAlias::__construct |
( |
string | $namespace, |
|
|
string | $name, |
|
|
private array | $formatStrings ) |
◆ broadcastCommandMessage()
| static pocketmine\command\Command::broadcastCommandMessage |
( |
CommandSender | $source, |
|
|
Translatable|string | $message, |
|
|
bool | $sendToSource = true ) |
|
staticinherited |
◆ execute()
| pocketmine\command\FormattedCommandAlias::execute |
( |
CommandSender | $sender, |
|
|
string | $commandLabel, |
|
|
array | $args ) |
◆ getDescription()
| pocketmine\command\Command::getDescription |
( |
| ) |
|
|
inherited |
◆ getId()
| pocketmine\command\Command::getId |
( |
| ) |
|
|
finalinherited |
◆ getName()
| pocketmine\command\Command::getName |
( |
| ) |
|
|
finalinherited |
Returns the local identifier of the command (without namespace or leading slash). This cannot be changed after creation.
Definition at line 85 of file Command.php.
◆ getNamespace()
| pocketmine\command\Command::getNamespace |
( |
| ) |
|
|
finalinherited |
◆ getPermissionMessage()
| pocketmine\command\Command::getPermissionMessage |
( |
| ) |
|
|
inherited |
◆ getPermissions()
| pocketmine\command\Command::getPermissions |
( |
| ) |
|
|
inherited |
◆ getUsage()
| pocketmine\command\Command::getUsage |
( |
| ) |
|
|
inherited |
◆ setDescription()
| pocketmine\command\Command::setDescription |
( |
Translatable|string | $description | ) |
|
|
inherited |
◆ setPermission()
| pocketmine\command\Command::setPermission |
( |
?string | $permission | ) |
|
|
inherited |
◆ setPermissionMessage()
| pocketmine\command\Command::setPermissionMessage |
( |
Translatable|string | $permissionMessage | ) |
|
|
inherited |
◆ setPermissions()
| pocketmine\command\Command::setPermissions |
( |
array | $permissions | ) |
|
|
inherited |
◆ setUsage()
| pocketmine\command\Command::setUsage |
( |
Translatable|string|null | $usage | ) |
|
|
inherited |
◆ testPermission()
| pocketmine\command\Command::testPermission |
( |
string | $context, |
|
|
CommandSender | $target, |
|
|
?string | $permission = null ) |
|
inherited |
◆ testPermissionSilent()
| pocketmine\command\Command::testPermissionSilent |
( |
CommandSender | $target, |
|
|
?string | $permission = null ) |
|
inherited |
The documentation for this class was generated from the following file: