Interface InventoryGui.InventoryCreator.CreatorImplementation<T>

Enclosing class:
InventoryGui.InventoryCreator

public static interface InventoryGui.InventoryCreator.CreatorImplementation<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bukkit.inventory.Inventory
    create(InventoryGui gui, org.bukkit.entity.HumanEntity who, T t)
    Creates a new inventory
  • Method Details

    • create

      org.bukkit.inventory.Inventory create(InventoryGui gui, org.bukkit.entity.HumanEntity who, T t)
      Creates a new inventory
      Parameters:
      gui - The InventoryGui instance
      who - The player to create the inventory for
      t - The size or type of the inventory
      Returns:
      The created inventory