public enum class_5584 extends Enum<class_5584>
| Enum Constant and Description |
|---|
field_27289 |
field_27290 |
field_27291 |
| Modifier and Type | Field and Description |
|---|---|
private boolean |
field_27292 |
private boolean |
field_27293 |
| Modifier and Type | Method and Description |
|---|---|
boolean |
method_31883() |
static class_5584 |
method_31884(ChunkHolder.LevelType levelType) |
boolean |
method_31885() |
static class_5584 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static class_5584[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final class_5584 field_27289
public static final class_5584 field_27290
public static final class_5584 field_27291
private final boolean field_27292
private final boolean field_27293
public static class_5584[] values()
for (class_5584 c : class_5584.values()) System.out.println(c);
public static class_5584 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 boolean method_31883()
public boolean method_31885()
public static class_5584 method_31884(ChunkHolder.LevelType levelType)