public static class Definitions.ItemDefinition
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
short |
getID()
Gets the ID.
|
int |
getMaxStacksize()
Gets the max stack size of the item.
|
java.lang.String |
getName()
Gets the item name (alway lowercase).
|
int |
getStrength()
Gets the strength of this item (determines how many hits it can take
until it breaks).
|
java.lang.String |
getType()
Gets the item type as String (always uppercase), for example "BLOCK".
|
int |
getVariationCount()
Gets the amount of available variations for this item.
|
boolean |
isAmmoItem()
Gets whether or not this is an ammo item.
|
boolean |
isArmorItem()
Deprecated.
This attribute is no longer used for items!
|
boolean |
isEquipmentItem()
Gets whether or not this is an equipment item.
|
public short getID()
public java.lang.String getName()
public java.lang.String getType()
public boolean isEquipmentItem()
public boolean isAmmoItem()
public boolean isArmorItem()
public int getStrength()
public int getMaxStacksize()
public int getVariationCount()