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