public interface Item
| Modifier and Type | Method and Description |
|---|---|
int |
burnTime() |
boolean |
hasSubtypes() |
boolean |
isDamageable() |
boolean |
isPotionIngredient() |
int |
itemId() |
int |
maxDamage() |
int |
maxStackSize() |
java.lang.String |
name() |