Class Quests


  • public class Quests
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int QUEST_TAB_VARBIT  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int getQuestPoints()  
      static boolean isFinished​(Quest quest)
      Checks if the provided quest is finished
      static boolean isStarted​(Quest quest)
      Checks if the quest is currently in progress.
      static void reset()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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()