public static enum class_5285.class_5286 extends Enum<class_5285.class_5286>
| Enum Constant and Description |
|---|
CAVES |
FLOATING_ISLANDS |
SURFACE |
| Modifier and Type | Field and Description |
|---|---|
private static Map<String,class_5285.class_5286> |
field_24539 |
private String |
field_24540 |
| Modifier and Type | Method and Description |
|---|---|
Text |
method_28043() |
static class_5285.class_5286 |
method_28045(String string) |
private String |
method_28046() |
static class_5285.class_5286 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static class_5285.class_5286[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final class_5285.class_5286 SURFACE
public static final class_5285.class_5286 CAVES
public static final class_5285.class_5286 FLOATING_ISLANDS
private static final Map<String,class_5285.class_5286> field_24539
private final String field_24540
public static class_5285.class_5286[] values()
for (class_5285.class_5286 c : class_5285.class_5286.values()) System.out.println(c);
public static class_5285.class_5286 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@Environment(value=CLIENT) public Text method_28043()
private String method_28046()
@Nullable public static class_5285.class_5286 method_28045(String string)