PocketMine-MP 5.18.1 git-9381fc4172e5dce4cada1cb356050c8a2ab57b94
pocketmine\network\mcpe\protocol\types\command\ChainedSubCommandData Class Reference
+ Collaboration diagram for pocketmine\network\mcpe\protocol\types\command\ChainedSubCommandData:

Public Member Functions

 __construct (private string $name, private array $values)
 
 getName ()
 
 getValues ()
 

Detailed Description

Definition at line 17 of file ChainedSubCommandData.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\network\mcpe\protocol\types\command\ChainedSubCommandData::__construct ( private string  $name,
private array  $values 
)
Parameters
ChainedSubCommandValue[]$values

Definition at line 22 of file ChainedSubCommandData.php.

Member Function Documentation

◆ getName()

pocketmine\network\mcpe\protocol\types\command\ChainedSubCommandData::getName ( )

Definition at line 27 of file ChainedSubCommandData.php.

◆ getValues()

pocketmine\network\mcpe\protocol\types\command\ChainedSubCommandData::getValues ( )
Returns
ChainedSubCommandValue[]

Definition at line 32 of file ChainedSubCommandData.php.


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