public enum AttackIndicatorStatus extends java.lang.Enum<AttackIndicatorStatus>
Modifier and Type | Field and Description |
---|---|
private static AttackIndicatorStatus[] |
BY_ID |
private int |
id |
private java.lang.String |
resourceKey |
Modifier and Type | Method and Description |
---|---|
static AttackIndicatorStatus |
byId(int id) |
int |
getId() |
java.lang.String |
getResourceKey() |
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
private static final AttackIndicatorStatus[] BY_ID
private final int id
private final java.lang.String resourceKey
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 getId()
public java.lang.String getResourceKey()
public static AttackIndicatorStatus byId(int id)