Interface GUIInventoryConstructor

All Known Implementing Classes:
CustomSlotGUI, PredefinedTypeGUI

public interface GUIInventoryConstructor
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bukkit.inventory.Inventory
    create(org.bukkit.inventory.InventoryHolder owner, String title)
     
    int
     
    org.bukkit.event.inventory.InventoryType
     
  • Method Details

    • create

      org.bukkit.inventory.Inventory create(org.bukkit.inventory.InventoryHolder owner, String title)
    • getMaxSize

      int getMaxSize()
    • getType

      org.bukkit.event.inventory.InventoryType getType()