Package rs.kreme.ksbot.api.game
Enum Prayer.Prayers
- java.lang.Object
-
- java.lang.Enum<Prayer.Prayers>
-
- rs.kreme.ksbot.api.game.Prayer.Prayers
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<Prayer.Prayers>
- Enclosing class:
- Prayer
public static enum Prayer.Prayers extends java.lang.Enum<Prayer.Prayers>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description KSWidget
getWidget()
static Prayer.Prayers
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Prayer.Prayers[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
QUICK_PRAYERS
public static final Prayer.Prayers QUICK_PRAYERS
-
THICK_SKIN
public static final Prayer.Prayers THICK_SKIN
-
BURST_OF_STRENGTH
public static final Prayer.Prayers BURST_OF_STRENGTH
-
CLARITY_OF_THOUGHT
public static final Prayer.Prayers CLARITY_OF_THOUGHT
-
SHARP_EYE
public static final Prayer.Prayers SHARP_EYE
-
MYSTIC_WILL
public static final Prayer.Prayers MYSTIC_WILL
-
ROCK_SKIN
public static final Prayer.Prayers ROCK_SKIN
-
SUPERHUMAN_STRENGTH
public static final Prayer.Prayers SUPERHUMAN_STRENGTH
-
IMPROVED_REFLEXES
public static final Prayer.Prayers IMPROVED_REFLEXES
-
RAPID_RESTORE
public static final Prayer.Prayers RAPID_RESTORE
-
RAPID_HEAL
public static final Prayer.Prayers RAPID_HEAL
-
PROTECT_ITEM
public static final Prayer.Prayers PROTECT_ITEM
-
HAWK_EYE
public static final Prayer.Prayers HAWK_EYE
-
MYSTIC_LORE
public static final Prayer.Prayers MYSTIC_LORE
-
STEEL_SKIN
public static final Prayer.Prayers STEEL_SKIN
-
ULTIMATE_STRENGTH
public static final Prayer.Prayers ULTIMATE_STRENGTH
-
INCREDIBLE_REFLEXES
public static final Prayer.Prayers INCREDIBLE_REFLEXES
-
PROTECT_FROM_MAGIC
public static final Prayer.Prayers PROTECT_FROM_MAGIC
-
PROTECT_FROM_MISSILES
public static final Prayer.Prayers PROTECT_FROM_MISSILES
-
PROTECT_FROM_MELEE
public static final Prayer.Prayers PROTECT_FROM_MELEE
-
EAGLE_EYE
public static final Prayer.Prayers EAGLE_EYE
-
MYSTIC_MIGHT
public static final Prayer.Prayers MYSTIC_MIGHT
-
RETRIBUTION
public static final Prayer.Prayers RETRIBUTION
-
REDEMPTION
public static final Prayer.Prayers REDEMPTION
-
SMITE
public static final Prayer.Prayers SMITE
-
PRESERVE
public static final Prayer.Prayers PRESERVE
-
CHIVALRY
public static final Prayer.Prayers CHIVALRY
-
PIETY
public static final Prayer.Prayers PIETY
-
RIGOUR
public static final Prayer.Prayers RIGOUR
-
AUGURY
public static final Prayer.Prayers AUGURY
-
-
Method Detail
-
values
public static Prayer.Prayers[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Prayer.Prayers c : Prayer.Prayers.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Prayer.Prayers valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
getWidget
public KSWidget getWidget()
-
-