public static enum ItemStack.class_5422 extends Enum<ItemStack.class_5422>
| Enum Constant and Description |
|---|
field_25768 |
field_25769 |
field_25770 |
field_25771 |
field_25772 |
field_25773 |
field_25774 |
| 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 field_25768
public static final ItemStack.class_5422 field_25769
public static final ItemStack.class_5422 field_25770
public static final ItemStack.class_5422 field_25771
public static final ItemStack.class_5422 field_25772
public static final ItemStack.class_5422 field_25773
public static final ItemStack.class_5422 field_25774
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()