public static enum BossInfo.Overlay extends java.lang.Enum<BossInfo.Overlay>
Enum Constant and Description |
---|
NOTCHED_10 |
NOTCHED_12 |
NOTCHED_20 |
NOTCHED_6 |
PROGRESS |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name |
Modifier and Type | Method and Description |
---|---|
static BossInfo.Overlay |
byName(java.lang.String p_201485_0_) |
java.lang.String |
getName() |
static BossInfo.Overlay |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BossInfo.Overlay[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BossInfo.Overlay PROGRESS
public static final BossInfo.Overlay NOTCHED_6
public static final BossInfo.Overlay NOTCHED_10
public static final BossInfo.Overlay NOTCHED_12
public static final BossInfo.Overlay NOTCHED_20
public static BossInfo.Overlay[] values()
for (BossInfo.Overlay c : BossInfo.Overlay.values()) System.out.println(c);
public static BossInfo.Overlay 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 java.lang.String getName()
public static BossInfo.Overlay byName(java.lang.String p_201485_0_)