Package org.rspeer.game.component.tdi
Enum Class Prayer.Modern
- All Implemented Interfaces:
Serializable
,Comparable<Prayer.Modern>
,Constable
,Prayer
- Enclosing interface:
- Prayer
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface org.rspeer.game.component.tdi.Prayer
Prayer.Book, Prayer.Modern
-
Enum Constant Summary
Enum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptiongetBook()
int
getLevel()
int
int
toString()
static Prayer.Modern
Returns the enum constant of this class with the specified name.static Prayer.Modern[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
THICK_SKIN
-
BURST_OF_STRENGTH
-
CLARITY_OF_THOUGHT
-
SHARP_EYE
-
MYSTIC_WILL
-
ROCK_SKIN
-
SUPERHUMAN_STRENGTH
-
IMPROVED_REFLEXES
-
RAPID_RESTORE
-
RAPID_HEAL
-
PROTECT_ITEM
-
HAWK_EYE
-
MYSTIC_LORE
-
STEEL_SKIN
-
ULTIMATE_STRENGTH
-
INCREDIBLE_REFLEXES
-
PROTECT_FROM_MAGIC
-
PROTECT_FROM_MISSILES
-
PROTECT_FROM_MELEE
-
EAGLE_EYE
-
MYSTIC_MIGHT
-
RETRIBUTION
-
REDEMPTION
-
SMITE
-
PRESERVE
-
CHIVALRY
-
PIETY
-
RIGOUR
-
AUGURY
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
getLevel
public int getLevel() -
getVarpValue
public int getVarpValue()- Specified by:
getVarpValue
in interfacePrayer
-
getComponentAddress
- Specified by:
getComponentAddress
in interfacePrayer
-
getUnlockedMaterialId
public int getUnlockedMaterialId()- Specified by:
getUnlockedMaterialId
in interfacePrayer
-
getBook
-
toString
- Overrides:
toString
in classEnum<Prayer.Modern>
-