Class InventoryFactory
java.lang.Object
me.devnatan.inventoryframework.internal.InventoryFactory
- Direct Known Subclasses:
BukkitInventoryFactory
This is an internal inventory-framework API that should not be used from outside of
this library. No compatibility guarantees are provided.
-
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()abstract voidsetInventoryTitle(org.bukkit.entity.Player player, Object newTitle)
-
Field Details
-
instance
-
-
Constructor Details
-
InventoryFactory
public 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) -
setInventoryTitle
-