Package org.dreambot.api.methods.quest
Class Quests
- java.lang.Object
-
- org.dreambot.api.methods.quest.Quests
-
public class Quests extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Quests()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static int
getQuestPoints()
static Quests
getQuests()
Deprecated.static boolean
isFinished(Quest quest)
Checks if the provided quest is finishedstatic boolean
isStarted(Quest quest)
Checks if you have started the quest
-
-
-
Method Detail
-
getQuests
@Deprecated public static Quests getQuests()
Deprecated.
-
isStarted
public static boolean isStarted(Quest quest)
Checks if you have started the quest- Parameters:
quest
- The quest- Returns:
- true if you have started or finished the quest
-
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()
-
-