PocketMine-MP 5.18.2 git-00e39821f06a4b6d728d35053c2621dbb19369ff
pocketmine\network\mcpe\protocol\types\inventory\stackrequest\DestroyStackRequestAction Class Reference
+ 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 (PacketSerializer $out)
 

Public Attributes

const ID = ItemStackRequestActionType::DESTROY
 

Detailed Description

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.

Member Data Documentation

◆ ID

const pocketmine\network\mcpe\protocol\types\inventory\stackrequest\DestroyStackRequestAction::ID = ItemStackRequestActionType::DESTROY

Definition at line 27 of file DestroyStackRequestAction.php.


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