Package org.dreambot.api.methods.quest
Class Quests
- java.lang.Object
-
- org.dreambot.api.methods.quest.Quests
-
public class Quests extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intQUEST_TAB_VARBIT
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetQuestPoints()static booleanisFinished(Quest quest)Checks if the provided quest is finishedstatic booleanisStarted(Quest quest)Checks if the quest is currently in progress.static voidreset()
-
-
-
Field Detail
-
QUEST_TAB_VARBIT
public static final int QUEST_TAB_VARBIT
- See Also:
- Constant Field Values
-
-
Method Detail
-
isStarted
public static boolean isStarted(Quest quest)
Checks if the quest is currently in progress. Note: this will return false if it's finished.- Parameters:
quest- The quest- Returns:
- true if you have started the quest but not finished it yet
-
isFinished
public static boolean isFinished(Quest quest)
Checks if the provided quest is finished- Parameters:
quest- The quest- Returns:
- true if you have finished the quest
-
getQuestPoints
public static int getQuestPoints()
-
reset
public static void reset()
-
-