PocketMine-MP 5.15.1 git-5ef247620a7c6301a849b54e5ef1009217729fc8
pocketmine\network\mcpe\InventoryManagerEntry Class Reference
+ Collaboration diagram for pocketmine\network\mcpe\InventoryManagerEntry:

Public Member Functions

 __construct (public Inventory $inventory, public ?ComplexInventoryMapEntry $complexSlotMap=null)
 

Public Attributes

array $itemStackInfos = []
 
array $pendingSyncs = []
 
array $predictions = []
 

Detailed Description

Definition at line 29 of file InventoryManagerEntry.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\network\mcpe\InventoryManagerEntry::__construct ( public Inventory  $inventory,
public ?ComplexInventoryMapEntry  $complexSlotMap = null 
)

Definition at line 48 of file InventoryManagerEntry.php.

Member Data Documentation

◆ $itemStackInfos

array pocketmine\network\mcpe\InventoryManagerEntry::$itemStackInfos = []

Definition at line 40 of file InventoryManagerEntry.php.

◆ $pendingSyncs

array pocketmine\network\mcpe\InventoryManagerEntry::$pendingSyncs = []

Definition at line 46 of file InventoryManagerEntry.php.

◆ $predictions

array pocketmine\network\mcpe\InventoryManagerEntry::$predictions = []

Definition at line 34 of file InventoryManagerEntry.php.


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