Class InventoryFactory
java.lang.Object
me.devnatan.inventoryframework.internal.InventoryFactory
- Direct Known Subclasses:
BukkitInventoryFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.bukkit.inventory.InventorycreateInventory(org.bukkit.inventory.InventoryHolder holder, me.devnatan.inventoryframework.ViewType type, int size, Object title) static InventoryFactorycurrent()
-
Field Details
-
instance
-
-
Constructor Details
-
InventoryFactory
InventoryFactory()
-
-
Method Details
-
current
-
createInventory
public abstract org.bukkit.inventory.Inventory createInventory(org.bukkit.inventory.InventoryHolder holder, me.devnatan.inventoryframework.ViewType type, int size, Object title)
-