|
PocketMine-MP 5.44.3 git-fe9f8bd801530ee23ac8e6fb9d8a1922846d5aff
|
Collaboration diagram for pocketmine\network\mcpe\ComplexInventoryMapEntry:Public Member Functions | |
| __construct (private Inventory $inventory, private array $slotMap) | |
| getInventory () | |
| getSlotMap () | |
| mapCoreToNet (int $slot) | |
| mapNetToCore (int $slot) | |
Definition at line 28 of file ComplexInventoryMapEntry.php.
| pocketmine\network\mcpe\ComplexInventoryMapEntry::__construct | ( | private Inventory | $inventory, |
| private array | $slotMap ) |
| int[] | $slotMap | @phpstan-param array<int, int> $slotMap |
Definition at line 40 of file ComplexInventoryMapEntry.php.
| pocketmine\network\mcpe\ComplexInventoryMapEntry::getInventory | ( | ) |
Definition at line 49 of file ComplexInventoryMapEntry.php.
| pocketmine\network\mcpe\ComplexInventoryMapEntry::getSlotMap | ( | ) |
Definition at line 55 of file ComplexInventoryMapEntry.php.
| pocketmine\network\mcpe\ComplexInventoryMapEntry::mapCoreToNet | ( | int | $slot | ) |
Definition at line 61 of file ComplexInventoryMapEntry.php.
| pocketmine\network\mcpe\ComplexInventoryMapEntry::mapNetToCore | ( | int | $slot | ) |
Definition at line 57 of file ComplexInventoryMapEntry.php.