Class InventoryFactory

java.lang.Object
me.devnatan.inventoryframework.internal.InventoryFactory
Direct Known Subclasses:
BukkitInventoryFactory

@Internal public abstract class InventoryFactory extends Object
This is an internal inventory-framework API that should not be used from outside of this library. No compatibility guarantees are provided.
  • Field Details

  • Constructor Details

    • InventoryFactory

      public InventoryFactory()
  • Method Details

    • current

      public static InventoryFactory current()
    • createInventory

      public abstract org.bukkit.inventory.Inventory createInventory(org.bukkit.inventory.InventoryHolder holder, me.devnatan.inventoryframework.ViewType type, int size, Object title)
    • setInventoryTitle

      public abstract void setInventoryTitle(org.bukkit.entity.Player player, Object newTitle)