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

Public Attributes

const ID = ItemStackRequestActionType::TAKE
 

Detailed Description

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.

Member Data Documentation

◆ ID

const pocketmine\network\mcpe\protocol\types\inventory\stackrequest\TakeStackRequestAction::ID = ItemStackRequestActionType::TAKE

Definition at line 26 of file TakeStackRequestAction.php.


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