Enum MiniQuest
- java.lang.Object
 - 
- java.lang.Enum<MiniQuest>
 - 
- org.dreambot.api.methods.quest.book.MiniQuest
 
 
 
- 
- 
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 booleanfind()intgetChild()intgetConfigId()intgetFinishedSetting()intgetGrandChild()intgetQP()RequirementgetQuests()int[]getSettings()RequirementgetSkills()intgetStartedSetting()Quest.StategetState()intgetVarBitId()static MiniQuestvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MiniQuest[]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, getConfigID, getConfigValue, getParent, getType, getVarBitID, getWidgetChild, hasRequirements, isFinished, isStarted 
 - 
 
 - 
 
- 
- 
Enum Constant Detail
- 
ENTER_THE_ABYSS
public static final MiniQuest ENTER_THE_ABYSS
 
- 
ARCHITECTURAL_ALLIANCE
public static final MiniQuest ARCHITECTURAL_ALLIANCE
 
- 
BEAR_YOUR_SOUL
public static final MiniQuest BEAR_YOUR_SOUL
 
- 
ALFRED_GRIMHANDS_BARCRAWL
public static final MiniQuest ALFRED_GRIMHANDS_BARCRAWL
 
- 
CURSE_OF_THE_EMPTY_LORD
public static final MiniQuest CURSE_OF_THE_EMPTY_LORD
 
- 
ENCHANTED_KEY
public static final MiniQuest ENCHANTED_KEY
 
- 
THE_GENERALS_SHADOW
public static final MiniQuest THE_GENERALS_SHADOW
 
- 
SKIPPY_AND_THE_MOGRES
public static final MiniQuest SKIPPY_AND_THE_MOGRES
 
- 
THE_MAGE_ARENA
public static final MiniQuest THE_MAGE_ARENA
 
- 
LAIR_OF_TARN_RAZORLOR
public static final MiniQuest LAIR_OF_TARN_RAZORLOR
 
- 
FAMILY_PEST
public static final MiniQuest FAMILY_PEST
 
- 
THE_MAGE_ARENA_2
public static final MiniQuest THE_MAGE_ARENA_2
 
- 
IN_SEARCH_OF_KNOWLEDGE
public static final MiniQuest IN_SEARCH_OF_KNOWLEDGE
 
- 
DADDYS_HOME
public static final MiniQuest DADDYS_HOME
 
- 
THE_FROZEN_DOOR
public static final MiniQuest THE_FROZEN_DOOR
 
- 
HOPESPEARS_WILL
public static final MiniQuest HOPESPEARS_WILL
 
- 
INTO_THE_TOMBS
public static final MiniQuest INTO_THE_TOMBS
 
- 
BARBARIAN_TRAINING
public static final MiniQuest BARBARIAN_TRAINING
 
- 
HIS_FAITHFUL_SERVANTS
public static final MiniQuest HIS_FAITHFUL_SERVANTS
 
 - 
 
- 
Method Detail
- 
values
public static 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 (MiniQuest c : 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 MiniQuest 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:
 getGrandChildin interfaceQuest
 
- 
getSettings
public int[] getSettings()
- Specified by:
 getSettingsin interfaceQuest
 
- 
getStartedSetting
public int getStartedSetting()
- Specified by:
 getStartedSettingin interfaceQuest
 
- 
getFinishedSetting
public int getFinishedSetting()
- Specified by:
 getFinishedSettingin interfaceQuest
 
- 
getConfigId
public int getConfigId()
- Specified by:
 getConfigIdin interfaceQuest
 
- 
getQuests
public Requirement getQuests()
 
- 
getSkills
public Requirement getSkills()
 
- 
getState
public Quest.State getState()
 
- 
getVarBitId
public int getVarBitId()
- Specified by:
 getVarBitIdin interfaceQuest
 
 - 
 
 -