PocketMine-MP 5.41.1 git-dec84fe67dc3319e33f5066e5d03b16f00f2ff4c
Loading...
Searching...
No Matches
pocketmine\network\mcpe\protocol\serializer\AvailableCommandsPacketAssembler Class Reference
+ Collaboration diagram for pocketmine\network\mcpe\protocol\serializer\AvailableCommandsPacketAssembler:

Static Public Member Functions

static assemble (array $commandData, array $hardcodedEnums, array $hardcodedSoftEnums)
 

Detailed Description

Assembles high-level commands data into low-level AvailableCommandsPacket structures

Definition at line 37 of file AvailableCommandsPacketAssembler.php.

Member Function Documentation

◆ assemble()

static pocketmine\network\mcpe\protocol\serializer\AvailableCommandsPacketAssembler::assemble ( array $commandData,
array $hardcodedEnums,
array $hardcodedSoftEnums )
static
Parameters
CommandData[]$commandData
CommandHardEnum[]$hardcodedEnums
CommandHardEnum[]$hardcodedSoftEnums

@phpstan-param list<CommandData> $commandData @phpstan-param list<CommandHardEnum> $hardcodedEnums @phpstan-param list<CommandSoftEnum> $hardcodedSoftEnums

Definition at line 120 of file AvailableCommandsPacketAssembler.php.


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