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