Class aGUIInventory<T extends Enum<?>>

java.lang.Object
io.github.viimeinen1.ainventory.aInventory
io.github.viimeinen1.ainventory.aGUIInventory<T>
All Implemented Interfaces:
org.bukkit.inventory.InventoryHolder

public class aGUIInventory<T extends Enum<?>> extends aInventory
Inventory that has addinational information for GUI
  • Field Details

    • inventoryEnum

      public final T extends Enum<?> inventoryEnum
      Enum value of this inventory.
  • Method Details

    • builder

      public static <T extends Enum<T>> aGUIInventory.Builder<T> builder(@NotNull T inventoryEnum)
      Creating new inventory.
      Type Parameters:
      T - Enum if inventories in GUI
      Parameters:
      inventoryEnum - enum value of this inventory.
      Returns:
      new aGUIInventory.Builder