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

Public Member Functions

 __construct (private string $name, private int $typeInfo, private bool $optional, private int $flags)
 
 getFlags ()
 
 getName ()
 
 getTypeInfo ()
 
 isOptional ()
 
 write (ByteBufferWriter $out)
 

Static Public Member Functions

static read (ByteBufferReader $in)
 

Detailed Description

Definition at line 23 of file CommandParameterRawData.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\network\mcpe\protocol\types\command\raw\CommandParameterRawData::__construct ( private string $name,
private int $typeInfo,
private bool $optional,
private int $flags )

Definition at line 25 of file CommandParameterRawData.php.

Member Function Documentation

◆ getFlags()

pocketmine\network\mcpe\protocol\types\command\raw\CommandParameterRawData::getFlags ( )

Definition at line 38 of file CommandParameterRawData.php.

◆ getName()

pocketmine\network\mcpe\protocol\types\command\raw\CommandParameterRawData::getName ( )

Definition at line 32 of file CommandParameterRawData.php.

◆ getTypeInfo()

pocketmine\network\mcpe\protocol\types\command\raw\CommandParameterRawData::getTypeInfo ( )

Definition at line 34 of file CommandParameterRawData.php.

◆ isOptional()

pocketmine\network\mcpe\protocol\types\command\raw\CommandParameterRawData::isOptional ( )

Definition at line 36 of file CommandParameterRawData.php.

◆ read()

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

Definition at line 40 of file CommandParameterRawData.php.

◆ write()

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

Definition at line 49 of file CommandParameterRawData.php.


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