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