Class Inventory
java.lang.Object
me.arcademadness.omni_dungeon.components.Inventory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclear()booleanget(int index) getItems()booleanisEquipped(Item item) removeItem(int index) voidremoveItem(Item item) intsize()boolean
-
Constructor Details
-
Inventory
public Inventory(int maxArmorSlots, int maxItemSlots, int maxActionSlots)
-
-
Method Details
-
addItem
-
removeItem
-
removeItem
-
getItems
-
size
public int size() -
get
-
clear
public void clear() -
equip
-
unequip
-
isEquipped
-
getEquippedItems
-
getEquippedArmor
-
getMaxItemSlots
-
getMaxArmorSlots
-
getMaxActionSlots
-