public enum class_5421 extends Enum<class_5421>
| Enum Constant and Description |
|---|
BLAST_FURNACE |
CRAFTING |
FURNACE |
SMOKER |
| Modifier and Type | Method and Description |
|---|---|
static class_5421 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static class_5421[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final class_5421 CRAFTING
public static final class_5421 FURNACE
public static final class_5421 BLAST_FURNACE
public static final class_5421 SMOKER
public static class_5421[] values()
for (class_5421 c : class_5421.values()) System.out.println(c);
public static class_5421 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 null