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 SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetChildIndex()intgetLevel()intgetQuickPrayerChild()intgetSetting()WidgetChildgetWidgetChild()intgetWidgetIndex()booleanisUnlocked()static Prayerof(java.lang.String name)java.lang.StringtoString()static PrayervalueOf(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_SKINpublic static final Prayer THICK_SKIN 
 - 
BURST_OF_STRENGTHpublic static final Prayer BURST_OF_STRENGTH 
 - 
CLARITY_OF_THOUGHTpublic static final Prayer CLARITY_OF_THOUGHT 
 - 
SHARP_EYEpublic static final Prayer SHARP_EYE 
 - 
MYSTIC_WILLpublic static final Prayer MYSTIC_WILL 
 - 
ROCK_SKINpublic static final Prayer ROCK_SKIN 
 - 
SUPERHUMAN_STRENGTHpublic static final Prayer SUPERHUMAN_STRENGTH 
 - 
IMPROVED_REFLEXESpublic static final Prayer IMPROVED_REFLEXES 
 - 
RAPID_RESTOREpublic static final Prayer RAPID_RESTORE 
 - 
RAPID_HEALpublic static final Prayer RAPID_HEAL 
 - 
PROTECT_ITEMpublic static final Prayer PROTECT_ITEM 
 - 
HAWK_EYEpublic static final Prayer HAWK_EYE 
 - 
MYSTIC_LOREpublic static final Prayer MYSTIC_LORE 
 - 
STEEL_SKINpublic static final Prayer STEEL_SKIN 
 - 
ULTIMATE_STRENGTHpublic static final Prayer ULTIMATE_STRENGTH 
 - 
INCREDIBLE_REFLEXESpublic static final Prayer INCREDIBLE_REFLEXES 
 - 
PROTECT_FROM_MAGICpublic static final Prayer PROTECT_FROM_MAGIC 
 - 
PROTECT_FROM_MISSILESpublic static final Prayer PROTECT_FROM_MISSILES 
 - 
PROTECT_FROM_MELEEpublic static final Prayer PROTECT_FROM_MELEE 
 - 
EAGLE_EYEpublic static final Prayer EAGLE_EYE 
 - 
MYSTIC_MIGHTpublic static final Prayer MYSTIC_MIGHT 
 - 
RETRIBUTIONpublic static final Prayer RETRIBUTION 
 - 
REDEMPTIONpublic static final Prayer REDEMPTION 
 - 
SMITEpublic static final Prayer SMITE 
 - 
PRESERVEpublic static final Prayer PRESERVE 
 - 
CHIVALRYpublic static final Prayer CHIVALRY 
 - 
DEADEYEpublic static final Prayer DEADEYE 
 - 
MYSTIC_VIGOURpublic static final Prayer MYSTIC_VIGOUR 
 - 
PIETYpublic static final Prayer PIETY 
 - 
RIGOURpublic static final Prayer RIGOUR 
 - 
AUGURYpublic static final Prayer AUGURY 
 
- 
 - 
Method Detail- 
valuespublic 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
 
 - 
valueOfpublic 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 name
- java.lang.NullPointerException- if the argument is null
 
 - 
ofpublic static Prayer of(java.lang.String name) 
 - 
getLevelpublic int getLevel() 
 - 
getSettingpublic int getSetting() 
 - 
getChildIndexpublic int getChildIndex() 
 - 
getWidgetIndexpublic int getWidgetIndex() 
 - 
getWidgetChildpublic WidgetChild getWidgetChild() 
 - 
isUnlockedpublic boolean isUnlocked() 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Enum<Prayer>
 
 - 
getQuickPrayerChildpublic int getQuickPrayerChild() 
 
- 
 
-