Package com.epicbot.api.shared.methods
Enum Class IQuestAPI.QuestVarPlayer
- All Implemented Interfaces:
Serializable,Comparable<IQuestAPI.QuestVarPlayer>,Constable
- Enclosing interface:
IQuestAPI
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionmember Quest varbits, these don't hold the completion value.f2p Quest varbits, these don't hold the completion value.mini-quest varbits, these don't hold the completion value. -
Method Summary
Modifier and TypeMethodDescriptionintgetId()static IQuestAPI.QuestVarPlayerReturns the enum constant of this class with the specified name.static IQuestAPI.QuestVarPlayer[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
QUEST_BLACK_KNIGHTS_FORTRESS
f2p Quest varbits, these don't hold the completion value. -
QUEST_COOKS_ASSISTANT
-
QUEST_DORICS_QUEST
-
QUEST_DRAGON_SLAYER
-
QUEST_ERNEST_THE_CHICKEN
-
QUEST_IMP_CATCHER
-
QUEST_THE_KNIGHTS_SWORD
-
QUEST_PIRATES_TREASURE
-
QUEST_PRINCE_ALI_RESCUE
-
QUEST_THE_RESTLESS_GHOST
-
QUEST_ROMEO_AND_JULIET
-
QUEST_RUNE_MYSTERIES
-
QUEST_SHEEP_SHEARER
-
QUEST_SHIELD_OF_ARRAV
-
QUEST_SHIELD_OF_ARRAV_STATE_146
-
QUEST_VAMPYRE_SLAYER
-
QUEST_WITCHS_POTION
-
QUEST_BIG_CHOMPY_BIRD_HUNTING
member Quest varbits, these don't hold the completion value. -
QUEST_BIOHAZARD
-
QUEST_CABIN_FEVER
-
QUEST_CLOCK_TOWER
-
QUEST_CREATURE_OF_FENKENSTRAIN
-
QUEST_DEATH_PLATEAU
-
QUEST_THE_DIG_SITE
-
QUEST_DRUIDIC_RITUAL
-
QUEST_DWARF_CANNON
-
QUEST_EADGARS_RUSE
-
QUEST_ELEMENTAL_WORKSHOP_I
-
QUEST_FAMILY_CREST
-
QUEST_FIGHT_ARENA
-
QUEST_FISHING_CONTEST
-
QUEST_THE_FREMENNIK_TRIALS
-
QUEST_WATERFALL_QUEST
-
QUEST_GERTRUDES_CAT
-
QUEST_THE_GRAND_TREE
-
QUEST_HAUNTED_MINE
-
QUEST_HAZEEL_CULT
-
QUEST_HEROES_QUEST
-
QUEST_HOLY_GRAIL
-
QUEST_IN_SEARCH_OF_THE_MYREQUE
-
QUEST_JUNGLE_POTION
-
QUEST_LEGENDS_QUEST
-
QUEST_LOST_CITY
-
QUEST_MERLINS_CRYSTAL
-
QUEST_MONKEY_MADNESS_I
-
QUEST_MONKS_FRIEND
-
QUEST_MOURNINGS_END_PART_I
-
QUEST_MURDER_MYSTERY
-
QUEST_NATURE_SPIRIT
-
QUEST_OBSERVATORY_QUEST
-
QUEST_ONE_SMALL_FAVOUR
-
QUEST_PLAGUE_CITY
-
QUEST_PRIEST_IN_PERIL
-
QUEST_RAG_AND_BONE_MAN
-
QUEST_REGICIDE
-
QUEST_ROVING_ELVES
-
QUEST_RUM_DEAL
-
QUEST_SCORPION_CATCHER
-
QUEST_SEA_SLUG
-
QUEST_SHADES_OF_MORTTON
-
QUEST_SHEEP_HERDER
-
QUEST_SHILO_VILLAGE
-
QUEST_TAI_BWO_WANNAI_TRIO
-
QUEST_TEMPLE_OF_IKOV
-
QUEST_THRONE_OF_MISCELLANIA
-
QUEST_THE_TOURIST_TRAP
-
QUEST_WITCHS_HOUSE
-
QUEST_TREE_GNOME_VILLAGE
-
QUEST_TRIBAL_TOTEM
-
QUEST_TROLL_ROMANCE
-
QUEST_TROLL_STRONGHOLD
-
QUEST_UNDERGROUND_PASS
-
QUEST_UNDERGROUND_PASS_STATE_162
-
QUEST_WATCHTOWER
-
QUEST_THE_GREAT_BRAIN_ROBBERY
-
QUEST_RAG_AND_BONE_MAN_II
-
QUEST_ENTER_THE_ABYSS
mini-quest varbits, these don't hold the completion value. -
QUEST_ALFRED_GRIMHANDS_BARCRAWL
-
QUEST_ALFRED_GRIMHANDS_BARCRAWL_STATE_76
-
QUEST_THE_MAGE_ARENA
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getId
public int getId()
-