Enum Quest.Free

    • Enum Constant Detail

      • BELOW_ICE_MOUNTAIN

        public static final Quest.Free BELOW_ICE_MOUNTAIN
      • BLACK_KNIGHTS_FORTRESS

        public static final Quest.Free BLACK_KNIGHTS_FORTRESS
      • COOKS_ASSISTANT

        public static final Quest.Free COOKS_ASSISTANT
      • THE_CORSAIR_CURSE

        public static final Quest.Free THE_CORSAIR_CURSE
      • DEMON_SLAYER

        public static final Quest.Free DEMON_SLAYER
      • DORICS_QUEST

        public static final Quest.Free DORICS_QUEST
      • DRAGON_SLAYER_I

        public static final Quest.Free DRAGON_SLAYER_I
      • ERNEST_THE_CHICKEN

        public static final Quest.Free ERNEST_THE_CHICKEN
      • GOBLIN_DIPLOMACY

        public static final Quest.Free GOBLIN_DIPLOMACY
      • IMP_CATCHER

        public static final Quest.Free IMP_CATCHER
      • THE_KNIGHTS_SWORD

        public static final Quest.Free THE_KNIGHTS_SWORD
      • MISTHALIN_MYSTERY

        public static final Quest.Free MISTHALIN_MYSTERY
      • PIRATES_TREASURE

        public static final Quest.Free PIRATES_TREASURE
      • PRINCE_ALI_RESCUE

        public static final Quest.Free PRINCE_ALI_RESCUE
      • THE_RESTLESS_GHOST

        public static final Quest.Free THE_RESTLESS_GHOST
      • ROMEO_AND_JULIET

        public static final Quest.Free ROMEO_AND_JULIET
      • RUNE_MYSTERIES

        public static final Quest.Free RUNE_MYSTERIES
      • SHEEP_SHEARER

        public static final Quest.Free SHEEP_SHEARER
      • SHIELD_OF_ARRAV

        public static final Quest.Free SHIELD_OF_ARRAV
      • VAMPYRE_SLAYER

        public static final Quest.Free VAMPYRE_SLAYER
      • WITCHS_POTION

        public static final Quest.Free WITCHS_POTION
      • X_MARKS_THE_SPOT

        public static final Quest.Free X_MARKS_THE_SPOT
    • Method Detail

      • values

        public static Quest.Free[] 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 (Quest.Free c : Quest.Free.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Quest.Free valueOf​(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:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getScript

        public int getScript()
        Specified by:
        getScript in interface Quest
      • getVar

        public int getVar()
        Specified by:
        getVar in interface Quest
      • getMaxStep

        public int getMaxStep()
        Specified by:
        getMaxStep in interface Quest
      • getId

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