|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
Inheritance diagram for pocketmine\network\mcpe\protocol\types\inventory\stackrequest\TakeStackRequestAction:
Collaboration diagram for pocketmine\network\mcpe\protocol\types\inventory\stackrequest\TakeStackRequestAction:Public Member Functions | |
| getTypeId () | |
| write (ByteBufferWriter $out) | |
Public Attributes | |
| const | ID = ItemStackRequestActionType::TAKE |
Takes some (or all) of the items from the source slot into the destination slot (usually the cursor?).
Definition at line 22 of file TakeStackRequestAction.php.
| const pocketmine\network\mcpe\protocol\types\inventory\stackrequest\TakeStackRequestAction::ID = ItemStackRequestActionType::TAKE |
Definition at line 26 of file TakeStackRequestAction.php.