public enum class_4837 extends Enum<class_4837>
| Enum Constant and Description |
|---|
ADMIRING_ITEM |
ATTACKING_WITH_MELEE_WEAPON |
CROSSBOW_CHARGE |
CROSSBOW_HOLD |
DANCING |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static class_4837 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static class_4837[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final class_4837 ATTACKING_WITH_MELEE_WEAPON
public static final class_4837 CROSSBOW_HOLD
public static final class_4837 CROSSBOW_CHARGE
public static final class_4837 ADMIRING_ITEM
public static final class_4837 DANCING
public static final class_4837 DEFAULT
public static class_4837[] values()
for (class_4837 c : class_4837.values()) System.out.println(c);
public static class_4837 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