PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
Loading...
Searching...
No Matches
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: