public enum class_5584 extends Enum<class_5584>
| Modifier and Type | Field and Description |
|---|---|
private boolean |
tick |
private boolean |
tracked |
| Modifier and Type | Method and Description |
|---|---|
static class_5584 |
method_31884(ChunkHolder.LevelType levelType) |
boolean |
shouldTick() |
boolean |
shouldTrack() |
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 HIDDEN
public static final class_5584 TRACKED
public static final class_5584 TICKING
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 shouldTick()
public boolean shouldTrack()
public static class_5584 method_31884(ChunkHolder.LevelType levelType)