Class InventoryPlayer
java.lang.Object
fr.hytale.loader.api.inventory.Inventory
fr.hytale.loader.api.inventory.InventoryPlayer
HytaleLoader wrapper for a player's inventory.
This class provides access to a player's complete inventory, including
their storage slots, hotbar, and armor slots. It extends the base
Inventory class with player-specific functionality.
- Since:
- 1.0.1
- Version:
- 1.0.4
- Author:
- HytaleLoader
-
Constructor Summary
ConstructorsConstructorDescriptionInventoryPlayer(Player player) Constructs a new Inventory wrapper for a player. -
Method Summary
-
Constructor Details
-
InventoryPlayer
Constructs a new Inventory wrapper for a player.- Parameters:
player- the player instance from Hytale Loader API
-