@Environment(value=CLIENT) public enum class_5498 extends Enum<class_5498>
| Enum Constant and Description |
|---|
field_26664 |
field_26665 |
field_26666 |
| Modifier and Type | Field and Description |
|---|---|
private static class_5498[] |
field_26667 |
private boolean |
field_26668 |
private boolean |
field_26669 |
| Modifier and Type | Method and Description |
|---|---|
boolean |
method_31034() |
boolean |
method_31035() |
class_5498 |
method_31036() |
static class_5498 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static class_5498[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final class_5498 field_26664
public static final class_5498 field_26665
public static final class_5498 field_26666
private static final class_5498[] field_26667
private boolean field_26668
private boolean field_26669
public static class_5498[] values()
for (class_5498 c : class_5498.values()) System.out.println(c);
public static class_5498 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_31034()
public boolean method_31035()
public class_5498 method_31036()