Enum MiniQuest

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<MiniQuest>, Quest

    public enum MiniQuest
    extends java.lang.Enum<MiniQuest>
    implements Quest
    Created by Nezz 9/26/2019 Quests with a setting ID of -1 are unknown Quests with settings values of {-1} are unknown Quest Progress is found via widget text color. All current miniquest setting information is unknown.
    • 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 name
        java.lang.NullPointerException - if the argument is null
      • getQP

        public int getQP()
        Specified by:
        getQP in interface Quest
      • getChild

        public int getChild()
        Specified by:
        getChild in interface Quest
      • getGrandChild

        public int getGrandChild()
        Specified by:
        getGrandChild in interface Quest
      • getSettings

        public int[] getSettings()
        Specified by:
        getSettings in interface Quest
      • getConfigID

        public int getConfigID()
        Specified by:
        getConfigID in interface Quest
      • find

        public boolean find()
        Specified by:
        find in interface Quest
      • getVarBitID

        public int getVarBitID()
        Specified by:
        getVarBitID in interface Quest