Enum FreeQuest
- java.lang.Object
-
- java.lang.Enum<FreeQuest>
-
- org.dreambot.api.methods.quest.book.FreeQuest
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.dreambot.api.methods.quest.book.Quest
Quest.State, Quest.Type
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
find()
int
getChild()
int
getConfigID()
int
getFinishedSetting()
int
getGrandChild()
int
getQP()
Requirement
getQuests()
int[]
getSettings()
Requirement
getSkills()
int
getStartedSetting()
Quest.State
getState()
int
getVarBitID()
static FreeQuest
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FreeQuest[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.-
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Methods inherited from interface org.dreambot.api.methods.quest.book.Quest
getColor, getConfigValue, getParent, getType, getWidgetChild, hasRequirements, isFinished, isStarted
-
-
-
-
Enum Constant Detail
-
BELOW_ICE_MOUNTAIN
public static final FreeQuest BELOW_ICE_MOUNTAIN
-
BLACK_KNIGHTS_FORTRESS
public static final FreeQuest BLACK_KNIGHTS_FORTRESS
-
COOKS_ASSISTANT
public static final FreeQuest COOKS_ASSISTANT
-
CORSAIR_CURSE
public static final FreeQuest CORSAIR_CURSE
-
DEMON_SLAYER
public static final FreeQuest DEMON_SLAYER
-
DORICS_QUEST
public static final FreeQuest DORICS_QUEST
-
DRAGON_SLAYER
public static final FreeQuest DRAGON_SLAYER
-
ERNEST_THE_CHICKEN
public static final FreeQuest ERNEST_THE_CHICKEN
-
GOBLIN_DIPLOMACY
public static final FreeQuest GOBLIN_DIPLOMACY
-
IMP_CATCHER
public static final FreeQuest IMP_CATCHER
-
THE_KNIGHTS_SWORD
public static final FreeQuest THE_KNIGHTS_SWORD
-
MISTHALIN_MYSTERY
public static final FreeQuest MISTHALIN_MYSTERY
-
PIRATES_TREASURE
public static final FreeQuest PIRATES_TREASURE
-
PRINCE_ALI_RESCUE
public static final FreeQuest PRINCE_ALI_RESCUE
-
THE_RESTLESS_GHOST
public static final FreeQuest THE_RESTLESS_GHOST
-
ROMEO_AND_JULIET
public static final FreeQuest ROMEO_AND_JULIET
-
RUNE_MYSTERIES
public static final FreeQuest RUNE_MYSTERIES
-
SHEEP_SHEARER
public static final FreeQuest SHEEP_SHEARER
-
SHIELD_OF_ARRAV
public static final FreeQuest SHIELD_OF_ARRAV
-
VAMPIRE_SLAYER
public static final FreeQuest VAMPIRE_SLAYER
-
WITCHS_POTION
public static final FreeQuest WITCHS_POTION
-
X_MARKS_THE_SPOT
public static final FreeQuest X_MARKS_THE_SPOT
-
-
Method Detail
-
values
public static FreeQuest[] 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 (FreeQuest c : FreeQuest.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static FreeQuest 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
-
getGrandChild
public int getGrandChild()
- Specified by:
getGrandChild
in interfaceQuest
-
getSettings
public int[] getSettings()
- Specified by:
getSettings
in interfaceQuest
-
getStartedSetting
public int getStartedSetting()
- Specified by:
getStartedSetting
in interfaceQuest
-
getFinishedSetting
public int getFinishedSetting()
- Specified by:
getFinishedSetting
in interfaceQuest
-
getConfigID
public int getConfigID()
- Specified by:
getConfigID
in interfaceQuest
-
getVarBitID
public int getVarBitID()
- Specified by:
getVarBitID
in interfaceQuest
-
getQuests
public Requirement getQuests()
-
getSkills
public Requirement getSkills()
-
getState
public Quest.State getState()
-
-