Package com.valhalla.sdk.api.items
Class Item
java.lang.Object
com.valhalla.sdk.api.items.Item
Immutable container-slot snapshot used by inventory and equipment adapters.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Item
public Item(int id, int amount, int slot) -
Item
-
-
Method Details
-
getId
public int getId() -
getAmount
public int getAmount() -
getSlot
public int getSlot() -
getName
-
hasName
public boolean hasName() -
isPlaceholder
public boolean isPlaceholder() -
isNoted
public boolean isNoted() -
getTab
public int getTab() -
isStackableAmount
public boolean isStackableAmount() -
equals
-
hashCode
public int hashCode() -
toString
-