PocketMine-MP 5.14.2 git-50e2c469a547a16a23b2dc691e70a51d34e29395
pocketmine\command\defaults\ListCommand Class Reference
+ Inheritance diagram for pocketmine\command\defaults\ListCommand:
+ Collaboration diagram for pocketmine\command\defaults\ListCommand:

Public Member Functions

 __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)
 

Public Attributes

const MAX_COORD = 30000000
 
const MIN_COORD = -30000000
 

Protected Member Functions

 fetchPermittedPlayerTarget (CommandSender $sender, ?string $target, string $selfPermission, string $otherPermission)
 
 getBoundedInt (CommandSender $sender, string $input, int $min, int $max)
 
 getDouble (CommandSender $sender, string $value, float $min=self::MIN_COORD, float $max=self::MAX_COORD)
 
 getInteger (CommandSender $sender, string $value, int $min=self::MIN_COORD, int $max=self::MAX_COORD)
 
 getRelativeDouble (float $original, CommandSender $sender, string $input, float $min=self::MIN_COORD, float $max=self::MAX_COORD)
 

Protected Attributes

Translatable string $description = ""
 
Translatable string $usageMessage
 

Detailed Description

Definition at line 37 of file ListCommand.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\command\defaults\ListCommand::__construct ( )

Definition at line 39 of file ListCommand.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\defaults\ListCommand::execute ( CommandSender  $sender,
string  $commandLabel,
array  $args 
)
Parameters
string[]$args
Returns
mixed
Exceptions
CommandException

Reimplemented from pocketmine\command\Command.

Definition at line 47 of file ListCommand.php.

References pocketmine\player\Player\getName().

+ Here is the call graph for this function:

◆ fetchPermittedPlayerTarget()

pocketmine\command\defaults\VanillaCommand::fetchPermittedPlayerTarget ( CommandSender  $sender,
?string  $target,
string  $selfPermission,
string  $otherPermission 
)
protectedinherited

Definition at line 39 of file VanillaCommand.php.

◆ getAliases()

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

Definition at line 186 of file Command.php.

◆ getBoundedInt()

pocketmine\command\defaults\VanillaCommand::getBoundedInt ( CommandSender  $sender,
string  $input,
int  $min,
int  $max 
)
protectedinherited

Definition at line 95 of file VanillaCommand.php.

◆ getDescription()

pocketmine\command\Command::getDescription ( )
inherited

Definition at line 194 of file Command.php.

◆ getDouble()

pocketmine\command\defaults\VanillaCommand::getDouble ( CommandSender  $sender,
string  $value,
float  $min = self::MIN_COORD,
float  $max = self::MAX_COORD 
)
protectedinherited

Definition at line 83 of file VanillaCommand.php.

◆ getInteger()

pocketmine\command\defaults\VanillaCommand::getInteger ( CommandSender  $sender,
string  $value,
int  $min = self::MIN_COORD,
int  $max = self::MAX_COORD 
)
protectedinherited

Definition at line 61 of file VanillaCommand.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.

◆ getRelativeDouble()

pocketmine\command\defaults\VanillaCommand::getRelativeDouble ( float  $original,
CommandSender  $sender,
string  $input,
float  $min = self::MIN_COORD,
float  $max = self::MAX_COORD 
)
protectedinherited

Definition at line 73 of file VanillaCommand.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.

◆ MAX_COORD

const pocketmine\command\defaults\VanillaCommand::MAX_COORD = 30000000
inherited

Definition at line 36 of file VanillaCommand.php.

◆ MIN_COORD

const pocketmine\command\defaults\VanillaCommand::MIN_COORD = -30000000
inherited

Definition at line 37 of file VanillaCommand.php.


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