|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
Collaboration diagram for pocketmine\network\mcpe\protocol\types\command\ChainedSubCommandData:Public Member Functions | |
| __construct (private string $name, private array $values) | |
| getName () | |
| getValues () | |
Definition at line 17 of file ChainedSubCommandData.php.
| pocketmine\network\mcpe\protocol\types\command\ChainedSubCommandData::__construct | ( | private string | $name, |
| private array | $values ) |
| ChainedSubCommandValue[] | $values |
Definition at line 22 of file ChainedSubCommandData.php.
| pocketmine\network\mcpe\protocol\types\command\ChainedSubCommandData::getName | ( | ) |
Definition at line 27 of file ChainedSubCommandData.php.
| pocketmine\network\mcpe\protocol\types\command\ChainedSubCommandData::getValues | ( | ) |
Definition at line 32 of file ChainedSubCommandData.php.