public static enum Entity.class_5529 extends Enum<Entity.class_5529>
| Enum Constant and Description |
|---|
field_26998 |
field_26999 |
field_27000 |
field_27001 |
field_27002 |
| Modifier and Type | Field and Description |
|---|---|
private boolean |
field_27003 |
private boolean |
field_27004 |
| Modifier and Type | Method and Description |
|---|---|
boolean |
method_31486() |
boolean |
method_31487() |
static Entity.class_5529 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Entity.class_5529[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Entity.class_5529 field_26998
public static final Entity.class_5529 field_26999
public static final Entity.class_5529 field_27000
public static final Entity.class_5529 field_27001
public static final Entity.class_5529 field_27002
private final boolean field_27003
private final boolean field_27004
public static Entity.class_5529[] values()
for (Entity.class_5529 c : Entity.class_5529.values()) System.out.println(c);
public static Entity.class_5529 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_31486()
public boolean method_31487()