Class BukkitInventorySize
java.lang.Object
me.hsgamer.hscore.bukkit.gui.object.BukkitInventorySize
- All Implemented Interfaces:
InventorySize
The
InventorySize of Inventory-
Constructor Summary
ConstructorsConstructorDescriptionBukkitInventorySize(org.bukkit.inventory.Inventory inventory) Create a new instance -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.hsgamer.hscore.minecraft.gui.object.InventorySize
getSlots, toPosition, toSlots
-
Constructor Details
-
BukkitInventorySize
public BukkitInventorySize(org.bukkit.inventory.Inventory inventory) Create a new instance- Parameters:
inventory- the inventory
-
-
Method Details
-
getSize
public int getSize()- Specified by:
getSizein interfaceInventorySize
-
getSlotPerRow
public int getSlotPerRow()- Specified by:
getSlotPerRowin interfaceInventorySize
-