public enum AttackIndicatorStatus extends java.lang.Enum<AttackIndicatorStatus>
Modifier and Type | Method and Description |
---|---|
static AttackIndicatorStatus |
byId(int id) |
java.lang.String |
func_216748_b() |
int |
func_216751_a() |
static AttackIndicatorStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AttackIndicatorStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttackIndicatorStatus OFF
public static final AttackIndicatorStatus CROSSHAIR
public static final AttackIndicatorStatus HOTBAR
public static AttackIndicatorStatus[] values()
for (AttackIndicatorStatus c : AttackIndicatorStatus.values()) System.out.println(c);
public static AttackIndicatorStatus valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int func_216751_a()
public java.lang.String func_216748_b()
public static AttackIndicatorStatus byId(int id)