Package ml.karmaconfigs.api.common.boss
Enum Class BossType
- All Implemented Interfaces:
Serializable,Comparable<BossType>,java.lang.constant.Constable
Valid boss bar type
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDivided in 10 blocks boss bar HP displayDivided in 12 blocks boss bar HP displayDivided in 20 blocks boss bar HP displayDivided in 6 blocks boss bar HP displaySolid boss bar HP display -
Method Summary
-
Enum Constant Details
-
SOLID
Solid boss bar HP display -
SEGMENTED_6
Divided in 6 blocks boss bar HP display -
SEGMENTED_10
Divided in 10 blocks boss bar HP display -
SEGMENTED_12
Divided in 12 blocks boss bar HP display -
SEGMENTED_20
Divided in 20 blocks boss bar HP display
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-