|
| static | read (ByteBufferReader $in) |
| |
Definition at line 24 of file CommandRawData.php.
◆ __construct()
| pocketmine\network\mcpe\protocol\types\command\raw\CommandRawData::__construct |
( |
private string | $name, |
|
|
private string | $description, |
|
|
private int | $flags, |
|
|
private string | $permission, |
|
|
private int | $aliasEnumIndex, |
|
|
private array | $chainedSubCommandDataIndexes, |
|
|
private array | $overloads ) |
- Parameters
-
| int[] | $chainedSubCommandDataIndexes | |
| CommandOverloadRawData[] | $overloads | @phpstan-param list<int> $chainedSubCommandDataIndexes @phpstan-param list<CommandOverloadRawData> $overloads |
Definition at line 32 of file CommandRawData.php.
◆ getAliasEnumIndex()
| pocketmine\network\mcpe\protocol\types\command\raw\CommandRawData::getAliasEnumIndex |
( |
| ) |
|
◆ getChainedSubCommandDataIndexes()
| pocketmine\network\mcpe\protocol\types\command\raw\CommandRawData::getChainedSubCommandDataIndexes |
( |
| ) |
|
◆ getDescription()
| pocketmine\network\mcpe\protocol\types\command\raw\CommandRawData::getDescription |
( |
| ) |
|
◆ getFlags()
| pocketmine\network\mcpe\protocol\types\command\raw\CommandRawData::getFlags |
( |
| ) |
|
◆ getName()
| pocketmine\network\mcpe\protocol\types\command\raw\CommandRawData::getName |
( |
| ) |
|
◆ getOverloads()
| pocketmine\network\mcpe\protocol\types\command\raw\CommandRawData::getOverloads |
( |
| ) |
|
- Returns
- CommandOverloadRawData[] @phpstan-return list<CommandOverloadRawData>
Definition at line 62 of file CommandRawData.php.
◆ getPermission()
| pocketmine\network\mcpe\protocol\types\command\raw\CommandRawData::getPermission |
( |
| ) |
|
◆ read()
| static pocketmine\network\mcpe\protocol\types\command\raw\CommandRawData::read |
( |
ByteBufferReader | $in | ) |
|
|
static |
◆ write()
| pocketmine\network\mcpe\protocol\types\command\raw\CommandRawData::write |
( |
ByteBufferWriter | $out | ) |
|
The documentation for this class was generated from the following file: