Modifier and Type | Method and Description |
---|---|
static QuestId |
getById(java.lang.Integer id) |
static QuestId |
getByName(java.lang.String name) |
int |
getId() |
static QuestId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QuestId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuestId NOTHING
public static final QuestId BLACK_KNIGHTS_FORTRESS
public static final QuestId COOKS_ASSISTANT
public static final QuestId DEMON_SLAYER
public static final QuestId DORICS_QUEST
public static final QuestId THE_RESTLESS_GHOST
public static final QuestId GOBLIN_DIPLOMACY
public static final QuestId ERNEST_THE_CHICKEN
public static final QuestId IMP_CATCHER
public static final QuestId PIRATES_TREASURE
public static final QuestId PRINCE_ALI_RESCUE
public static final QuestId ROMEO_AND_JULIET
public static final QuestId SHEEP_SHEARER
public static final QuestId SHIELD_OF_ARRAV
public static final QuestId THE_KNIGHTS_SWORD
public static final QuestId VAMPIRE_SLAYER
public static final QuestId WITCHS_POTION
public static final QuestId DRAGON_SLAYER
public static final QuestId WITCHS_HOUSE
public static final QuestId LOST_CITY
public static final QuestId HEROS_QUEST
public static final QuestId DRUIDIC_RITUAL
public static final QuestId MERLINS_CRYSTAL
public static final QuestId SCORPION_CATCHER
public static final QuestId FAMILY_CREST
public static final QuestId TRIBAL_TOTEM
public static final QuestId FISHING_CONTEST
public static final QuestId MONKS_FRIEND
public static final QuestId TEMPLE_OF_IKOV
public static final QuestId CLOCK_TOWER
public static final QuestId THE_HOLY_GRAIL
public static final QuestId FIGHT_ARENA
public static final QuestId TREE_GNOME_VILLAGE
public static final QuestId THE_HAZEEL_CULT
public static final QuestId SHEEP_HERDER
public static final QuestId PLAGUE_CITY
public static final QuestId SEA_SLUG
public static final QuestId WATERFALL_QUEST
public static final QuestId BIOHAZARD
public static final QuestId JUNGLE_POTION
public static final QuestId GRAND_TREE
public static final QuestId SHILO_VILLAGE
public static final QuestId UNDERGROUND_PASS
public static final QuestId OBSERVATORY_QUEST
public static final QuestId TOURIST_TRAP
public static final QuestId WATCHTOWER
public static final QuestId DWARF_CANNON
public static final QuestId MURDER_MYSTERY
public static final QuestId DIGSITE
public static final QuestId GERTRUDES_CAT
public static final QuestId LEGENDS_QUEST
public static final QuestId RUNE_MYSTERIES
public static final QuestId PEELING_THE_ONION
public static QuestId[] values()
for (QuestId c : QuestId.values()) System.out.println(c);
public static QuestId valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static QuestId getById(java.lang.Integer id)
public static QuestId getByName(java.lang.String name)