Package org.rspeer.game.component.tdi
Enum Prayer.Modern
- java.lang.Object
-
- java.lang.Enum<Prayer.Modern>
-
- org.rspeer.game.component.tdi.Prayer.Modern
-
- All Implemented Interfaces:
Serializable
,Comparable<Prayer.Modern>
,Prayer
- Enclosing interface:
- Prayer
public static enum Prayer.Modern extends Enum<Prayer.Modern> implements Prayer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.rspeer.game.component.tdi.Prayer
Prayer.Book, Prayer.Modern
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Prayer.Book
getBook()
InterfaceAddress
getComponentAddress()
int
getLevel()
int
getUnlockedMaterialId()
int
getVarpValue()
String
toString()
static Prayer.Modern
valueOf(String name)
Returns the enum constant of this type with the specified name.static Prayer.Modern[]
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.Modern THICK_SKIN
-
BURST_OF_STRENGTH
public static final Prayer.Modern BURST_OF_STRENGTH
-
CLARITY_OF_THOUGHT
public static final Prayer.Modern CLARITY_OF_THOUGHT
-
SHARP_EYE
public static final Prayer.Modern SHARP_EYE
-
MYSTIC_WILL
public static final Prayer.Modern MYSTIC_WILL
-
ROCK_SKIN
public static final Prayer.Modern ROCK_SKIN
-
SUPERHUMAN_STRENGTH
public static final Prayer.Modern SUPERHUMAN_STRENGTH
-
IMPROVED_REFLEXES
public static final Prayer.Modern IMPROVED_REFLEXES
-
RAPID_RESTORE
public static final Prayer.Modern RAPID_RESTORE
-
RAPID_HEAL
public static final Prayer.Modern RAPID_HEAL
-
PROTECT_ITEM
public static final Prayer.Modern PROTECT_ITEM
-
HAWK_EYE
public static final Prayer.Modern HAWK_EYE
-
MYSTIC_LORE
public static final Prayer.Modern MYSTIC_LORE
-
STEEL_SKIN
public static final Prayer.Modern STEEL_SKIN
-
ULTIMATE_STRENGTH
public static final Prayer.Modern ULTIMATE_STRENGTH
-
INCREDIBLE_REFLEXES
public static final Prayer.Modern INCREDIBLE_REFLEXES
-
PROTECT_FROM_MAGIC
public static final Prayer.Modern PROTECT_FROM_MAGIC
-
PROTECT_FROM_MISSILES
public static final Prayer.Modern PROTECT_FROM_MISSILES
-
PROTECT_FROM_MELEE
public static final Prayer.Modern PROTECT_FROM_MELEE
-
EAGLE_EYE
public static final Prayer.Modern EAGLE_EYE
-
MYSTIC_MIGHT
public static final Prayer.Modern MYSTIC_MIGHT
-
RETRIBUTION
public static final Prayer.Modern RETRIBUTION
-
REDEMPTION
public static final Prayer.Modern REDEMPTION
-
SMITE
public static final Prayer.Modern SMITE
-
PRESERVE
public static final Prayer.Modern PRESERVE
-
CHIVALRY
public static final Prayer.Modern CHIVALRY
-
PIETY
public static final Prayer.Modern PIETY
-
RIGOUR
public static final Prayer.Modern RIGOUR
-
AUGURY
public static final Prayer.Modern AUGURY
-
-
Method Detail
-
values
public static Prayer.Modern[] 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.Modern c : Prayer.Modern.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.Modern valueOf(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:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getVarpValue
public int getVarpValue()
- Specified by:
getVarpValue
in interfacePrayer
-
getComponentAddress
public InterfaceAddress getComponentAddress()
- Specified by:
getComponentAddress
in interfacePrayer
-
getUnlockedMaterialId
public int getUnlockedMaterialId()
- Specified by:
getUnlockedMaterialId
in interfacePrayer
-
getBook
public Prayer.Book getBook()
-
toString
public String toString()
- Overrides:
toString
in classEnum<Prayer.Modern>
-
-