Package com.epicbot.api.shared.model
Enum Class SkullIcon
- All Implemented Interfaces:
Serializable,Comparable<SkullIcon>,Constable
An enumeration of PK skulls.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeadman mode sprite carrying five keysDeadman mode sprite carrying four keysDeadman mode sprite carrying one keyDeadman mode sprite carrying three keysDeadman mode sprite carrying two keysWhite skull from PVP world or wildernessRed skull from Tzhaar Fight Pits -
Method Summary
-
Enum Constant Details
-
SKULL
White skull from PVP world or wilderness -
SKULL_FIGHT_PIT
Red skull from Tzhaar Fight Pits -
DEAD_MAN_ONE
Deadman mode sprite carrying one key -
DEAD_MAN_TWO
Deadman mode sprite carrying two keys -
DEAD_MAN_THREE
Deadman mode sprite carrying three keys -
DEAD_MAN_FOUR
Deadman mode sprite carrying four keys -
DEAD_MAN_FIVE
Deadman mode sprite carrying five keys
-
-
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
-