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

Public Member Functions

 __construct (string $alias, private array $formatStrings)
 
 __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
 

Detailed Description

Definition at line 40 of file FormattedCommandAlias.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\command\FormattedCommandAlias::__construct ( string  $alias,
private array  $formatStrings 
)
Parameters
string[]$formatStrings

Definition at line 52 of file FormattedCommandAlias.php.

Member Function Documentation

◆ __toString()

pocketmine\command\Command::__toString ( )
inherited

Definition at line 242 of file Command.php.

◆ broadcastCommandMessage()

static pocketmine\command\Command::broadcastCommandMessage ( CommandSender  $source,
Translatable|string  $message,
bool  $sendToSource = true 
)
staticinherited

Definition at line 224 of file Command.php.

◆ execute()

pocketmine\command\FormattedCommandAlias::execute ( CommandSender  $sender,
string  $commandLabel,
array  $args 
)
Parameters
string[]$args
Returns
mixed
Exceptions
CommandException

Reimplemented from pocketmine\command\Command.

Definition at line 59 of file FormattedCommandAlias.php.

References pocketmine\command\utils\CommandStringHelper\parseQuoteAware().

+ Here is the call graph for this function:

◆ getAliases()

pocketmine\command\Command::getAliases ( )
inherited
Returns
string[]

Definition at line 186 of file Command.php.

◆ getDescription()

pocketmine\command\Command::getDescription ( )
inherited

Definition at line 194 of file Command.php.

◆ getLabel()

pocketmine\command\Command::getLabel ( )
inherited

Definition at line 135 of file Command.php.

◆ getName()

pocketmine\command\Command::getName ( )
inherited

Definition at line 82 of file Command.php.

◆ getPermissionMessage()

pocketmine\command\Command::getPermissionMessage ( )
inherited

Definition at line 190 of file Command.php.

◆ getPermissions()

pocketmine\command\Command::getPermissions ( )
inherited
Returns
string[]

Definition at line 89 of file Command.php.

◆ getUsage()

pocketmine\command\Command::getUsage ( )
inherited

Definition at line 198 of file Command.php.

◆ isRegistered()

pocketmine\command\Command::isRegistered ( )
inherited

Definition at line 179 of file Command.php.

◆ register()

pocketmine\command\Command::register ( CommandMap  $commandMap)
inherited

Registers the command into a Command map

Definition at line 153 of file Command.php.

◆ setAliases()

pocketmine\command\Command::setAliases ( array  $aliases)
inherited
Parameters
string[]$aliases

Definition at line 205 of file Command.php.

Referenced by pocketmine\command\Command\__construct().

+ Here is the caller graph for this function:

◆ setDescription()

pocketmine\command\Command::setDescription ( Translatable|string  $description)
inherited

Definition at line 212 of file Command.php.

◆ setLabel()

pocketmine\command\Command::setLabel ( string  $name)
inherited

Definition at line 139 of file Command.php.

◆ setPermission()

pocketmine\command\Command::setPermission ( ?string  $permission)
inherited

Definition at line 106 of file Command.php.

◆ setPermissionMessage()

pocketmine\command\Command::setPermissionMessage ( string  $permissionMessage)
inherited

Definition at line 216 of file Command.php.

◆ setPermissions()

pocketmine\command\Command::setPermissions ( array  $permissions)
inherited
Parameters
string[]$permissions

Definition at line 96 of file Command.php.

◆ setUsage()

pocketmine\command\Command::setUsage ( Translatable|string  $usage)
inherited

Definition at line 220 of file Command.php.

◆ testPermission()

pocketmine\command\Command::testPermission ( CommandSender  $target,
?string  $permission = null 
)
inherited

Definition at line 110 of file Command.php.

◆ testPermissionSilent()

pocketmine\command\Command::testPermissionSilent ( CommandSender  $target,
?string  $permission = null 
)
inherited

Definition at line 124 of file Command.php.

◆ unregister()

pocketmine\command\Command::unregister ( CommandMap  $commandMap)
inherited

Definition at line 163 of file Command.php.

Member Data Documentation

◆ $description

Translatable string pocketmine\command\Command::$description = ""
protectedinherited

Definition at line 55 of file Command.php.

◆ $usageMessage

Translatable string pocketmine\command\Command::$usageMessage
protectedinherited

Definition at line 57 of file Command.php.


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