Interface QuestDefinition

    • Method Detail

      • getId

        int getId()
        Internal ID of the Quest
      • getSortName

        java.lang.String getSortName()
        The name used to sort the quests alphabetically. ie. "Grand Tree, The" instead of "The Grand Tree"
      • getDisplayName

        java.lang.String getDisplayName()
        The name of the quest as displayed in the quest log
      • isMembers

        boolean isMembers()
      • getReleaseYear

        int getReleaseYear()
      • getStartPosition

        Coordinate getStartPosition()
        Coordinate used to draw the quest icon on the world map
      • getRewardPoints

        int getRewardPoints()
      • getProgressionStatus

        java.util.List<java.lang.Integer> getProgressionStatus()
        Values of the varp or varbit that represents quest progress
      • getCompletionStatus

        int getCompletionStatus()
        Value of the varp or varbit that repesents quest completion
      • getQuestPointRequirement

        int getQuestPointRequirement()
      • getCombatLevelRequirement

        int getCombatLevelRequirement()
      • getCombatLevelRecommended

        int getCombatLevelRecommended()