PocketMine-MP 5.18.2 git-00e39821f06a4b6d728d35053c2621dbb19369ff
pocketmine\network\mcpe\protocol\types\inventory\stackrequest\LabTableCombineStackRequestAction Class Reference
+ Inheritance diagram for pocketmine\network\mcpe\protocol\types\inventory\stackrequest\LabTableCombineStackRequestAction:
+ Collaboration diagram for pocketmine\network\mcpe\protocol\types\inventory\stackrequest\LabTableCombineStackRequestAction:

Public Member Functions

 getTypeId ()
 
 write (PacketSerializer $out)
 

Static Public Member Functions

static read (PacketSerializer $in)
 

Public Attributes

const ID = ItemStackRequestActionType::LAB_TABLE_COMBINE
 

Detailed Description

Not clear what the point of this is. It's sent when the player uses a lab table, but it's not clear why this action is needed.

Definition at line 24 of file LabTableCombineStackRequestAction.php.

Member Function Documentation

◆ read()

static pocketmine\network\mcpe\protocol\types\inventory\stackrequest\LabTableCombineStackRequestAction::read ( PacketSerializer  $in)
static

Definition at line 29 of file LabTableCombineStackRequestAction.php.

◆ write()

pocketmine\network\mcpe\protocol\types\inventory\stackrequest\LabTableCombineStackRequestAction::write ( PacketSerializer  $out)

Member Data Documentation

◆ ID

const pocketmine\network\mcpe\protocol\types\inventory\stackrequest\LabTableCombineStackRequestAction::ID = ItemStackRequestActionType::LAB_TABLE_COMBINE

Definition at line 27 of file LabTableCombineStackRequestAction.php.


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