Enum Class Quest.Free

java.lang.Object
java.lang.Enum<Quest.Free>
org.rspeer.game.component.tdi.Quest.Free
All Implemented Interfaces:
Serializable, Comparable<Quest.Free>, Constable, Quest
Enclosing interface:
Quest

public static enum Quest.Free extends Enum<Quest.Free> implements Quest
  • Enum Constant Details

    • 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 Details

    • values

      public static Quest.Free[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Quest.Free valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getScript

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

      public String getName()
      Specified by:
      getName in interface Quest
    • getVar

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

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

      public Vars.Type getVarType()
      Specified by:
      getVarType in interface Quest
    • getId

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