Definition at line 17 of file CommandData.php.
◆ __construct()
pocketmine\network\mcpe\protocol\types\command\CommandData::__construct |
( |
public string | $name, |
|
|
public string | $description, |
|
|
public int | $flags, |
|
|
public int | $permission, |
|
|
public ?CommandEnum | $aliases, |
|
|
public array | $overloads, |
|
|
public array | $chainedSubCommandData ) |
- Parameters
-
CommandOverload[] | $overloads | |
ChainedSubCommandData[] | $chainedSubCommandData | |
Definition at line 22 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: