Definition at line 19 of file CommandData.php.
◆ __construct()
| pocketmine\network\mcpe\protocol\types\command\CommandData::__construct |
( |
public string | $name, |
|
|
public string | $description, |
|
|
public int | $flags, |
|
|
int|string | $permission, |
|
|
public ?CommandHardEnum | $aliases, |
|
|
public array | $overloads, |
|
|
public array | $chainedSubCommandData ) |
- Parameters
-
| CommandOverload[] | $overloads | |
| ChainedSubCommandData[] | $chainedSubCommandData | |
Definition at line 26 of file CommandData.php.
◆ getAliases()
| pocketmine\network\mcpe\protocol\types\command\CommandData::getAliases |
( |
| ) |
|
◆ getChainedSubCommandData()
| pocketmine\network\mcpe\protocol\types\command\CommandData::getChainedSubCommandData |
( |
| ) |
|
◆ getDescription()
| pocketmine\network\mcpe\protocol\types\command\CommandData::getDescription |
( |
| ) |
|
◆ getFlags()
| pocketmine\network\mcpe\protocol\types\command\CommandData::getFlags |
( |
| ) |
|
◆ getName()
| pocketmine\network\mcpe\protocol\types\command\CommandData::getName |
( |
| ) |
|
◆ getOverloads()
| pocketmine\network\mcpe\protocol\types\command\CommandData::getOverloads |
( |
| ) |
|
◆ getPermission()
| pocketmine\network\mcpe\protocol\types\command\CommandData::getPermission |
( |
| ) |
|
The documentation for this class was generated from the following file: