Class MinestomInventoryContext

java.lang.Object
me.hsgamer.hscore.minestom.gui.MinestomInventoryContext
All Implemented Interfaces:
InventoryContext

public class MinestomInventoryContext extends Object implements InventoryContext
The InventoryContext of Inventory
  • Constructor Details

    • MinestomInventoryContext

      public MinestomInventoryContext(UUID viewerId, net.minestom.server.inventory.Inventory inventory)
      Create a new instance
      Parameters:
      viewerId - the viewer id
      inventory - the inventory
  • Method Details

    • getInventory

      public net.minestom.server.inventory.Inventory getInventory()
      Get the Minestom inventory
      Returns:
      the Minestom inventory
    • getViewerID

      public UUID getViewerID()
      Description copied from interface: InventoryContext
      Get the unique ID of the viewer
      Specified by:
      getViewerID in interface InventoryContext
      Returns:
      the unique ID of the viewer
    • getSize

      public int getSize()
      Description copied from interface: InventoryContext
      Get the size of the inventory
      Specified by:
      getSize in interface InventoryContext
      Returns:
      the size of the inventory
    • getSlot

      public int getSlot(int x, int y)
      Description copied from interface: InventoryContext
      Get the inventory slot from x and y coordinate
      Specified by:
      getSlot in interface InventoryContext
      Parameters:
      x - the x coordinate
      y - the y coordinate
      Returns:
      the slot