Package net.runelite.api
Class EnumID
- java.lang.Object
-
- net.runelite.api.EnumID
-
public final class EnumID extends Object
Utility class used for mapping enum IDs.Note: This class is not complete and may be missing mapped IDs.
-
-
Field Summary
Fields Modifier and Type Field Description static int
CLAN_RANK_GRAPHIC
static int
CLAN_RANK_NAME
static int
FRIENDS_CHAT_RANK_ICONS
static int
PETS
key: int 0-n val: namedobjstatic int
POH_CAPE_RACK
static int
POH_COSTUME_ALTERNATE
static int
POH_COSTUME_ALTERNATES
static int
POH_COSTUME_ARMOUR_CASE
static int
POH_COSTUME_CLUE_BEGINNER
static int
POH_COSTUME_CLUE_EASY
static int
POH_COSTUME_CLUE_ELITE
static int
POH_COSTUME_CLUE_HARD
static int
POH_COSTUME_CLUE_MASTER
static int
POH_COSTUME_CLUE_MEDIUM
static int
POH_COSTUME_MEMBERS
static int
POH_COSTUME_WARDROBE
static int
POH_TOY_BOX
static int
POTIONSTORE_POTIONS
key: int id val: enum potionstatic int
POTIONSTORE_UNFINISHED_POTIONS
key: int id val: enum potionstatic int
PRAYERS_NORMAL
static int
PRAYERS_NORMAL_DEADEYE
static int
PRAYERS_NORMAL_DEADEYE_MYSTIC_VIGOUR
static int
PRAYERS_NORMAL_MYSTIC_VIGOUR
static int
PRAYERS_RUINOUS
static int
RUNEPOUCH_RUNE
key: int 1-n+1 val: namedobjstatic int
SLAYER_TASK
key: int val: struct slayer taskstatic int
SLAYER_TASK_CREATURE
key: int val: string creature namestatic int
SLAYER_TASK_LOCATION
key: int val: string location namestatic int
SPELLBOOKS
static int
SPELLBOOKS_SUB
static int
WEAPON_STYLES
key: weapon type val: enumstatic int
WORLD_LOCATIONS
static int
XPDROP_COLORS
-
Constructor Summary
Constructors Constructor Description EnumID()
-
-
-
Field Detail
-
SLAYER_TASK_CREATURE
public static final int SLAYER_TASK_CREATURE
key: int val: string creature name- See Also:
- Constant Field Values
-
RUNEPOUCH_RUNE
public static final int RUNEPOUCH_RUNE
key: int 1-n+1 val: namedobj- See Also:
- Constant Field Values
-
XPDROP_COLORS
public static final int XPDROP_COLORS
- See Also:
- Constant Field Values
-
FRIENDS_CHAT_RANK_ICONS
public static final int FRIENDS_CHAT_RANK_ICONS
- See Also:
- Constant Field Values
-
PETS
public static final int PETS
key: int 0-n val: namedobj- See Also:
- Constant Field Values
-
POH_COSTUME_MEMBERS
public static final int POH_COSTUME_MEMBERS
- See Also:
- Constant Field Values
-
POH_COSTUME_WARDROBE
public static final int POH_COSTUME_WARDROBE
- See Also:
- Constant Field Values
-
POH_COSTUME_ARMOUR_CASE
public static final int POH_COSTUME_ARMOUR_CASE
- See Also:
- Constant Field Values
-
POH_CAPE_RACK
public static final int POH_CAPE_RACK
- See Also:
- Constant Field Values
-
POH_TOY_BOX
public static final int POH_TOY_BOX
- See Also:
- Constant Field Values
-
POH_COSTUME_CLUE_BEGINNER
public static final int POH_COSTUME_CLUE_BEGINNER
- See Also:
- Constant Field Values
-
POH_COSTUME_CLUE_EASY
public static final int POH_COSTUME_CLUE_EASY
- See Also:
- Constant Field Values
-
POH_COSTUME_CLUE_MEDIUM
public static final int POH_COSTUME_CLUE_MEDIUM
- See Also:
- Constant Field Values
-
POH_COSTUME_CLUE_HARD
public static final int POH_COSTUME_CLUE_HARD
- See Also:
- Constant Field Values
-
POH_COSTUME_CLUE_ELITE
public static final int POH_COSTUME_CLUE_ELITE
- See Also:
- Constant Field Values
-
POH_COSTUME_CLUE_MASTER
public static final int POH_COSTUME_CLUE_MASTER
- See Also:
- Constant Field Values
-
POH_COSTUME_ALTERNATE
public static final int POH_COSTUME_ALTERNATE
- See Also:
- Constant Field Values
-
POH_COSTUME_ALTERNATES
public static final int POH_COSTUME_ALTERNATES
- See Also:
- Constant Field Values
-
CLAN_RANK_NAME
public static final int CLAN_RANK_NAME
- See Also:
- Constant Field Values
-
CLAN_RANK_GRAPHIC
public static final int CLAN_RANK_GRAPHIC
- See Also:
- Constant Field Values
-
SLAYER_TASK_LOCATION
public static final int SLAYER_TASK_LOCATION
key: int val: string location name- See Also:
- Constant Field Values
-
PRAYERS_NORMAL
public static final int PRAYERS_NORMAL
- See Also:
- Constant Field Values
-
PRAYERS_RUINOUS
public static final int PRAYERS_RUINOUS
- See Also:
- Constant Field Values
-
PRAYERS_NORMAL_DEADEYE
public static final int PRAYERS_NORMAL_DEADEYE
- See Also:
- Constant Field Values
-
PRAYERS_NORMAL_MYSTIC_VIGOUR
public static final int PRAYERS_NORMAL_MYSTIC_VIGOUR
- See Also:
- Constant Field Values
-
PRAYERS_NORMAL_DEADEYE_MYSTIC_VIGOUR
public static final int PRAYERS_NORMAL_DEADEYE_MYSTIC_VIGOUR
- See Also:
- Constant Field Values
-
WORLD_LOCATIONS
public static final int WORLD_LOCATIONS
- See Also:
- Constant Field Values
-
SLAYER_TASK
public static final int SLAYER_TASK
key: int val: struct slayer task- See Also:
- Constant Field Values
-
WEAPON_STYLES
public static final int WEAPON_STYLES
key: weapon type val: enum- See Also:
- Constant Field Values
-
SPELLBOOKS
public static final int SPELLBOOKS
- See Also:
- Constant Field Values
-
SPELLBOOKS_SUB
public static final int SPELLBOOKS_SUB
- See Also:
- Constant Field Values
-
POTIONSTORE_POTIONS
public static final int POTIONSTORE_POTIONS
key: int id val: enum potion- See Also:
- Constant Field Values
-
POTIONSTORE_UNFINISHED_POTIONS
public static final int POTIONSTORE_UNFINISHED_POTIONS
key: int id val: enum potion- See Also:
- Constant Field Values
-
-