|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
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 |
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.
|
static |
Definition at line 30 of file LabTableCombineStackRequestAction.php.
| pocketmine\network\mcpe\protocol\types\inventory\stackrequest\LabTableCombineStackRequestAction::write | ( | ByteBufferWriter | $out | ) |
Reimplemented from pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequestAction.
Definition at line 34 of file LabTableCombineStackRequestAction.php.
| const pocketmine\network\mcpe\protocol\types\inventory\stackrequest\LabTableCombineStackRequestAction::ID = ItemStackRequestActionType::LAB_TABLE_COMBINE |
Definition at line 28 of file LabTableCombineStackRequestAction.php.