Package org.rspeer.game.component.tdi
Enum Quest.Free
- java.lang.Object
-
- java.lang.Enum<Quest.Free>
-
- org.rspeer.game.component.tdi.Quest.Free
-
- All Implemented Interfaces:
Serializable
,Comparable<Quest.Free>
,Quest
- Enclosing interface:
- Quest
public static enum Quest.Free extends Enum<Quest.Free> implements Quest
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.rspeer.game.component.tdi.Quest
Quest.Free, Quest.Members, Quest.MiniQuest, Quest.Progress
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getId()
int
getMaxStep()
String
getName()
int
getScript()
int
getVar()
Vars.Type
getVarType()
static Quest.Free
valueOf(String name)
Returns the enum constant of this type with the specified name.static Quest.Free[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
BELOW_ICE_MOUNTAIN
public static final Quest.Free BELOW_ICE_MOUNTAIN
-
BLACK_KNIGHTS_FORTRESS
public static final Quest.Free BLACK_KNIGHTS_FORTRESS
-
COOKS_ASSISTANT
public static final Quest.Free COOKS_ASSISTANT
-
THE_CORSAIR_CURSE
public static final Quest.Free THE_CORSAIR_CURSE
-
DEMON_SLAYER
public static final Quest.Free DEMON_SLAYER
-
DORICS_QUEST
public static final Quest.Free DORICS_QUEST
-
DRAGON_SLAYER_I
public static final Quest.Free DRAGON_SLAYER_I
-
ERNEST_THE_CHICKEN
public static final Quest.Free ERNEST_THE_CHICKEN
-
GOBLIN_DIPLOMACY
public static final Quest.Free GOBLIN_DIPLOMACY
-
IMP_CATCHER
public static final Quest.Free IMP_CATCHER
-
THE_KNIGHTS_SWORD
public static final Quest.Free THE_KNIGHTS_SWORD
-
MISTHALIN_MYSTERY
public static final Quest.Free MISTHALIN_MYSTERY
-
PIRATES_TREASURE
public static final Quest.Free PIRATES_TREASURE
-
PRINCE_ALI_RESCUE
public static final Quest.Free PRINCE_ALI_RESCUE
-
THE_RESTLESS_GHOST
public static final Quest.Free THE_RESTLESS_GHOST
-
ROMEO_AND_JULIET
public static final Quest.Free ROMEO_AND_JULIET
-
RUNE_MYSTERIES
public static final Quest.Free RUNE_MYSTERIES
-
SHEEP_SHEARER
public static final Quest.Free SHEEP_SHEARER
-
SHIELD_OF_ARRAV
public static final Quest.Free SHIELD_OF_ARRAV
-
VAMPYRE_SLAYER
public static final Quest.Free VAMPYRE_SLAYER
-
WITCHS_POTION
public static final Quest.Free WITCHS_POTION
-
X_MARKS_THE_SPOT
public static final Quest.Free X_MARKS_THE_SPOT
-
-
Method Detail
-
values
public static Quest.Free[] 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 (Quest.Free c : Quest.Free.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Quest.Free 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
-
getMaxStep
public int getMaxStep()
- Specified by:
getMaxStep
in interfaceQuest
-
getVarType
public Vars.Type getVarType()
- Specified by:
getVarType
in interfaceQuest
-
-