|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
Inheritance diagram for pocketmine\network\mcpe\protocol\types\inventory\stackrequest\DestroyStackRequestAction:
Collaboration diagram for pocketmine\network\mcpe\protocol\types\inventory\stackrequest\DestroyStackRequestAction:Public Member Functions | |
| getTypeId () | |
| write (ByteBufferWriter $out) | |
Public Attributes | |
| const | ID = ItemStackRequestActionType::DESTROY |
Sends some (or all) items from the source slot to /dev/null. This happens when the player clicks items into the creative inventory menu in creative mode.
Definition at line 23 of file DestroyStackRequestAction.php.
| const pocketmine\network\mcpe\protocol\types\inventory\stackrequest\DestroyStackRequestAction::ID = ItemStackRequestActionType::DESTROY |
Definition at line 27 of file DestroyStackRequestAction.php.