public static enum ItemStack.class_5422 extends Enum<ItemStack.class_5422>
| Enum Constant and Description |
|---|
ADDITIONAL |
CAN_DESTROY |
CAN_PLACE |
DYE |
ENCHANTMENTS |
MODIFIERS |
UNBREAKABLE |
| Modifier and Type | Field and Description |
|---|---|
private int |
field_25775 |
| Modifier and Type | Method and Description |
|---|---|
int |
method_30269() |
static ItemStack.class_5422 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemStack.class_5422[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ItemStack.class_5422 ENCHANTMENTS
public static final ItemStack.class_5422 MODIFIERS
public static final ItemStack.class_5422 UNBREAKABLE
public static final ItemStack.class_5422 CAN_DESTROY
public static final ItemStack.class_5422 CAN_PLACE
public static final ItemStack.class_5422 ADDITIONAL
public static final ItemStack.class_5422 DYE
public static ItemStack.class_5422[] values()
for (ItemStack.class_5422 c : ItemStack.class_5422.values()) System.out.println(c);
public static ItemStack.class_5422 valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int method_30269()