Package de.themoep.inventorygui
Interface InventoryGui.InventoryCreator.CreatorImplementation<T>
- Enclosing class:
InventoryGui.InventoryCreator
public static interface InventoryGui.InventoryCreator.CreatorImplementation<T>
-
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.inventory.Inventorycreate(InventoryGui gui, org.bukkit.entity.HumanEntity who, T t) Creates a new inventory
-
Method Details
-
create
Creates a new inventory- Parameters:
gui- The InventoryGui instancewho- The player to create the inventory fort- The size or type of the inventory- Returns:
- The created inventory
-