|
| static | read (ByteBufferReader $in) |
| |
◆ __construct()
| pocketmine\network\mcpe\protocol\types\command\raw\ChainedSubCommandRawData::__construct |
( |
private string | $name, |
|
|
private array | $valueData ) |
- Parameters
-
| ChainedSubCommandValueRawData[] | $valueData | @phpstan-param list<ChainedSubCommandValueRawData> $valueData |
Definition at line 29 of file ChainedSubCommandRawData.php.
◆ getName()
| pocketmine\network\mcpe\protocol\types\command\raw\ChainedSubCommandRawData::getName |
( |
| ) |
|
◆ getValueData()
| pocketmine\network\mcpe\protocol\types\command\raw\ChainedSubCommandRawData::getValueData |
( |
| ) |
|
- Returns
- ChainedSubCommandValueRawData[] @phpstan-return list<ChainedSubCommandValueRawData>
Definition at line 40 of file ChainedSubCommandRawData.php.
◆ read()
| static pocketmine\network\mcpe\protocol\types\command\raw\ChainedSubCommandRawData::read |
( |
ByteBufferReader | $in | ) |
|
|
static |
◆ write()
| pocketmine\network\mcpe\protocol\types\command\raw\ChainedSubCommandRawData::write |
( |
ByteBufferWriter | $out | ) |
|
The documentation for this class was generated from the following file: