Class PaperInventoryFactory

java.lang.Object
me.devnatan.inventoryframework.internal.PaperInventoryFactory

final class PaperInventoryFactory extends Object
InventoryFactory implementation for PaperSpigot software. Supports Component as inventory title.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static me.devnatan.inventoryframework.internal.InventoryFactory
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bukkit.inventory.Inventory
    createInventory(org.bukkit.inventory.InventoryHolder holder, me.devnatan.inventoryframework.ViewType type, int size, Object title)
     
    static me.devnatan.inventoryframework.internal.InventoryFactory
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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()