Package com.epicbot.api.shared.methods
Enum IPrayerAPI.Prayer
- java.lang.Object
-
- java.lang.Enum<IPrayerAPI.Prayer>
-
- com.epicbot.api.shared.methods.IPrayerAPI.Prayer
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<IPrayerAPI.Prayer>
- Enclosing interface:
- IPrayerAPI
public static enum IPrayerAPI.Prayer extends java.lang.Enum<IPrayerAPI.Prayer>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLevel()
java.lang.String
getName()
Varbits
getVarbit()
static IPrayerAPI.Prayer
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IPrayerAPI.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 IPrayerAPI.Prayer THICK_SKIN
-
BURST_OF_STRENGTH
public static final IPrayerAPI.Prayer BURST_OF_STRENGTH
-
CLARITY_OF_THOUGHT
public static final IPrayerAPI.Prayer CLARITY_OF_THOUGHT
-
SHARP_EYE
public static final IPrayerAPI.Prayer SHARP_EYE
-
MYSTIC_WILL
public static final IPrayerAPI.Prayer MYSTIC_WILL
-
ROCK_SKIN
public static final IPrayerAPI.Prayer ROCK_SKIN
-
SUPERHUMAN_STRENGTH
public static final IPrayerAPI.Prayer SUPERHUMAN_STRENGTH
-
IMPROVED_REFLEXES
public static final IPrayerAPI.Prayer IMPROVED_REFLEXES
-
RAPID_RESTORE
public static final IPrayerAPI.Prayer RAPID_RESTORE
-
RAPID_HEAL
public static final IPrayerAPI.Prayer RAPID_HEAL
-
PROTECT_ITEM
public static final IPrayerAPI.Prayer PROTECT_ITEM
-
HAWK_EYE
public static final IPrayerAPI.Prayer HAWK_EYE
-
MYSTIC_LORE
public static final IPrayerAPI.Prayer MYSTIC_LORE
-
STEEL_SKIN
public static final IPrayerAPI.Prayer STEEL_SKIN
-
ULTIMATE_STRENGTH
public static final IPrayerAPI.Prayer ULTIMATE_STRENGTH
-
INCREDIBLE_REFLEXES
public static final IPrayerAPI.Prayer INCREDIBLE_REFLEXES
-
PROTECT_FROM_MAGIC
public static final IPrayerAPI.Prayer PROTECT_FROM_MAGIC
-
PROTECT_FROM_MISSILES
public static final IPrayerAPI.Prayer PROTECT_FROM_MISSILES
-
PROTECT_FROM_MELEE
public static final IPrayerAPI.Prayer PROTECT_FROM_MELEE
-
EAGLE_EYE
public static final IPrayerAPI.Prayer EAGLE_EYE
-
MYSTIC_MIGHT
public static final IPrayerAPI.Prayer MYSTIC_MIGHT
-
RETRIBUTION
public static final IPrayerAPI.Prayer RETRIBUTION
-
REDEMPTION
public static final IPrayerAPI.Prayer REDEMPTION
-
SMITE
public static final IPrayerAPI.Prayer SMITE
-
PRESERVE
public static final IPrayerAPI.Prayer PRESERVE
-
CHIVALRY
public static final IPrayerAPI.Prayer CHIVALRY
-
PIETY
public static final IPrayerAPI.Prayer PIETY
-
RIGOUR
public static final IPrayerAPI.Prayer RIGOUR
-
AUGURY
public static final IPrayerAPI.Prayer AUGURY
-
-
Method Detail
-
values
public static IPrayerAPI.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 (IPrayerAPI.Prayer c : IPrayerAPI.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 IPrayerAPI.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
-
getLevel
public int getLevel()
-
getName
public java.lang.String getName()
-
getVarbit
public Varbits getVarbit()
-
-