Class InventoryPlayer

java.lang.Object
fr.hytale.loader.api.inventory.Inventory
fr.hytale.loader.api.inventory.InventoryPlayer

public class InventoryPlayer extends Inventory
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 Details

    • InventoryPlayer

      public InventoryPlayer(Player player)
      Constructs a new Inventory wrapper for a player.
      Parameters:
      player - the player instance from Hytale Loader API