Class CustomSlotGUI
java.lang.Object
org.kingdoms.gui.objects.inventory.CustomSlotGUI
- All Implemented Interfaces:
GUIInventoryConstructor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.inventory.Inventoryintorg.bukkit.event.inventory.InventoryTypegetType()
-
Constructor Details
-
CustomSlotGUI
public CustomSlotGUI(int slots)
-
-
Method Details
-
create
public org.bukkit.inventory.Inventory create(org.bukkit.inventory.InventoryHolder owner, String title) - Specified by:
createin interfaceGUIInventoryConstructor
-
getMaxSize
public int getMaxSize()- Specified by:
getMaxSizein interfaceGUIInventoryConstructor
-
getType
public org.bukkit.event.inventory.InventoryType getType()- Specified by:
getTypein interfaceGUIInventoryConstructor
-