Package org.rspeer.game.component.tdi
Enum Quest.MiniQuest
- java.lang.Object
-
- java.lang.Enum<Quest.MiniQuest>
-
- org.rspeer.game.component.tdi.Quest.MiniQuest
-
- All Implemented Interfaces:
Serializable
,Comparable<Quest.MiniQuest>
,Quest
- Enclosing interface:
- Quest
public static enum Quest.MiniQuest extends Enum<Quest.MiniQuest> 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.MiniQuest
valueOf(String name)
Returns the enum constant of this type with the specified name.static Quest.MiniQuest[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ALFRED_GRIMHANDS_BARCRAWL
public static final Quest.MiniQuest ALFRED_GRIMHANDS_BARCRAWL
-
BEAR_YOUR_SOUL
public static final Quest.MiniQuest BEAR_YOUR_SOUL
-
CURSE_OF_THE_EMPTY_LORD
public static final Quest.MiniQuest CURSE_OF_THE_EMPTY_LORD
-
DADDYS_HOME
public static final Quest.MiniQuest DADDYS_HOME
-
THE_ENCHANTED_KEY
public static final Quest.MiniQuest THE_ENCHANTED_KEY
-
ENTER_THE_ABYSS
public static final Quest.MiniQuest ENTER_THE_ABYSS
-
FAMILY_PEST
public static final Quest.MiniQuest FAMILY_PEST
-
THE_GENERALS_SHADOW
public static final Quest.MiniQuest THE_GENERALS_SHADOW
-
IN_SEARCH_OF_KNOWLEDGE
public static final Quest.MiniQuest IN_SEARCH_OF_KNOWLEDGE
-
LAIR_OF_TARN_RAZORLOR
public static final Quest.MiniQuest LAIR_OF_TARN_RAZORLOR
-
MAGE_ARENA_I
public static final Quest.MiniQuest MAGE_ARENA_I
-
MAGE_ARENA_II
public static final Quest.MiniQuest MAGE_ARENA_II
-
SKIPPY_AND_THE_MOGRES
public static final Quest.MiniQuest SKIPPY_AND_THE_MOGRES
-
THE_FROZEN_DOOR
public static final Quest.MiniQuest THE_FROZEN_DOOR
-
HOPESPEARS_WILL
public static final Quest.MiniQuest HOPESPEARS_WILL
-
INTO_THE_TOMBS
public static final Quest.MiniQuest INTO_THE_TOMBS
-
HIS_FAITHFUL_SERVANTS
public static final Quest.MiniQuest HIS_FAITHFUL_SERVANTS
-
BARBARIAN_TRAINING
public static final Quest.MiniQuest BARBARIAN_TRAINING
-
-
Method Detail
-
values
public static Quest.MiniQuest[] 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.MiniQuest c : Quest.MiniQuest.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.MiniQuest 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
-
-