Package org.dreambot.api.methods.prayer
Enum Prayer
- java.lang.Object
-
- java.lang.Enum<Prayer>
-
- org.dreambot.api.methods.prayer.Prayer
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getChildIndex()
int
getLevel()
int
getQuickPrayerChild()
int
getSetting()
WidgetChild
getWidgetChild()
int
getWidgetIndex()
static Prayer
of(java.lang.String name)
java.lang.String
toString()
static Prayer
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Prayer[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
THICK_SKIN
public static final Prayer THICK_SKIN
-
BURST_OF_STRENGTH
public static final Prayer BURST_OF_STRENGTH
-
CLARITY_OF_THOUGHT
public static final Prayer CLARITY_OF_THOUGHT
-
SHARP_EYE
public static final Prayer SHARP_EYE
-
MYSTIC_WILL
public static final Prayer MYSTIC_WILL
-
ROCK_SKIN
public static final Prayer ROCK_SKIN
-
SUPERHUMAN_STRENGTH
public static final Prayer SUPERHUMAN_STRENGTH
-
IMPROVED_REFLEXES
public static final Prayer IMPROVED_REFLEXES
-
RAPID_RESTORE
public static final Prayer RAPID_RESTORE
-
RAPID_HEAL
public static final Prayer RAPID_HEAL
-
PROTECT_ITEM
public static final Prayer PROTECT_ITEM
-
HAWK_EYE
public static final Prayer HAWK_EYE
-
MYSTIC_LORE
public static final Prayer MYSTIC_LORE
-
STEEL_SKIN
public static final Prayer STEEL_SKIN
-
ULTIMATE_STRENGTH
public static final Prayer ULTIMATE_STRENGTH
-
INCREDIBLE_REFLEXES
public static final Prayer INCREDIBLE_REFLEXES
-
PROTECT_FROM_MAGIC
public static final Prayer PROTECT_FROM_MAGIC
-
PROTECT_FROM_MISSILES
public static final Prayer PROTECT_FROM_MISSILES
-
PROTECT_FROM_MELEE
public static final Prayer PROTECT_FROM_MELEE
-
EAGLE_EYE
public static final Prayer EAGLE_EYE
-
MYSTIC_MIGHT
public static final Prayer MYSTIC_MIGHT
-
RETRIBUTION
public static final Prayer RETRIBUTION
-
REDEMPTION
public static final Prayer REDEMPTION
-
SMITE
public static final Prayer SMITE
-
PRESERVE
public static final Prayer PRESERVE
-
CHIVALRY
public static final Prayer CHIVALRY
-
PIETY
public static final Prayer PIETY
-
RIGOUR
public static final Prayer RIGOUR
-
AUGURY
public static final Prayer AUGURY
-
-
Method Detail
-
values
public static Prayer[] 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 c : Prayer.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 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
-
of
public static Prayer of(java.lang.String name)
-
getLevel
public int getLevel()
-
getSetting
public int getSetting()
-
getChildIndex
public int getChildIndex()
-
getWidgetIndex
public int getWidgetIndex()
-
getWidgetChild
public WidgetChild getWidgetChild()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Enum<Prayer>
-
getQuickPrayerChild
public int getQuickPrayerChild()
-
-