Class PaperInventoryFactory
java.lang.Object
me.devnatan.inventoryframework.internal.PaperInventoryFactory
InventoryFactory implementation for PaperSpigot software.
Supports
Component as inventory title.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static me.devnatan.inventoryframework.internal.InventoryFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.inventory.InventorycreateInventory(org.bukkit.inventory.InventoryHolder holder, me.devnatan.inventoryframework.ViewType type, int size, Object title) static me.devnatan.inventoryframework.internal.InventoryFactorycurrent()
-
Field Details
-
instance
protected static me.devnatan.inventoryframework.internal.InventoryFactory instance
-
-
Constructor Details
-
PaperInventoryFactory
PaperInventoryFactory()
-
-
Method Details
-
createInventory
public org.bukkit.inventory.Inventory createInventory(org.bukkit.inventory.InventoryHolder holder, me.devnatan.inventoryframework.ViewType type, int size, Object title) -
current
public static me.devnatan.inventoryframework.internal.InventoryFactory current()
-