PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
Loading...
Searching...
No Matches
pocketmine\network\mcpe\protocol\types\command\raw\ChainedSubCommandValueRawData Class Reference
+ Collaboration diagram for pocketmine\network\mcpe\protocol\types\command\raw\ChainedSubCommandValueRawData:

Public Member Functions

 __construct (private int $nameIndex, private int $type)
 
 getNameIndex ()
 
 getType ()
 
 write (ByteBufferWriter $out)
 

Static Public Member Functions

static read (ByteBufferReader $in)
 

Detailed Description

Definition at line 21 of file ChainedSubCommandValueRawData.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\network\mcpe\protocol\types\command\raw\ChainedSubCommandValueRawData::__construct ( private int $nameIndex,
private int $type )

Definition at line 23 of file ChainedSubCommandValueRawData.php.

Member Function Documentation

◆ getNameIndex()

pocketmine\network\mcpe\protocol\types\command\raw\ChainedSubCommandValueRawData::getNameIndex ( )

Definition at line 28 of file ChainedSubCommandValueRawData.php.

◆ getType()

pocketmine\network\mcpe\protocol\types\command\raw\ChainedSubCommandValueRawData::getType ( )

Definition at line 30 of file ChainedSubCommandValueRawData.php.

◆ read()

static pocketmine\network\mcpe\protocol\types\command\raw\ChainedSubCommandValueRawData::read ( ByteBufferReader $in)
static

Definition at line 32 of file ChainedSubCommandValueRawData.php.

◆ write()

pocketmine\network\mcpe\protocol\types\command\raw\ChainedSubCommandValueRawData::write ( ByteBufferWriter $out)

Definition at line 39 of file ChainedSubCommandValueRawData.php.


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