PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
Loading...
Searching...
No Matches
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 (ByteBufferWriter $out)
 

Static Public Member Functions

static read (ByteBufferReader $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 25 of file LabTableCombineStackRequestAction.php.

Member Function Documentation

◆ read()

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

Definition at line 30 of file LabTableCombineStackRequestAction.php.

◆ write()

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

Member Data Documentation

◆ ID

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

Definition at line 28 of file LabTableCombineStackRequestAction.php.


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