Package net.runelite.api.gameval
Class InterfaceID.NightmareTotems
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.NightmareTotems
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.NightmareTotems extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
TOTEM_NE
static int
TOTEM_NE_BAR
static int
TOTEM_NE_BAR_BACK
static int
TOTEM_NE_BAR_REMAINING
static int
TOTEM_NE_INNER_BORDER
static int
TOTEM_NE_TEXT
static int
TOTEM_NW
static int
TOTEM_NW_BAR
static int
TOTEM_NW_BAR_BACK
static int
TOTEM_NW_BAR_REMAINING
static int
TOTEM_NW_INNER_BORDER
static int
TOTEM_NW_TEXT
static int
TOTEM_SE
static int
TOTEM_SE_BAR
static int
TOTEM_SE_BAR_BACK
static int
TOTEM_SE_BAR_REMAINING
static int
TOTEM_SE_INNER_BORDER
static int
TOTEM_SE_TEXT
static int
TOTEM_SW
static int
TOTEM_SW_BAR
static int
TOTEM_SW_BAR_BACK
static int
TOTEM_SW_BAR_REMAINING
static int
TOTEM_SW_INNER_BORDER
static int
TOTEM_SW_TEXT
static int
TOTEMS
static int
TOTEMS_BACKING
static int
TOTEMS_BORDER
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description NightmareTotems()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
TOTEMS
public static final int TOTEMS
- See Also:
- Constant Field Values
-
TOTEMS_BORDER
public static final int TOTEMS_BORDER
- See Also:
- Constant Field Values
-
TOTEMS_BACKING
public static final int TOTEMS_BACKING
- See Also:
- Constant Field Values
-
TOTEM_NW
public static final int TOTEM_NW
- See Also:
- Constant Field Values
-
TOTEM_NW_TEXT
public static final int TOTEM_NW_TEXT
- See Also:
- Constant Field Values
-
TOTEM_NW_BAR
public static final int TOTEM_NW_BAR
- See Also:
- Constant Field Values
-
TOTEM_NW_INNER_BORDER
public static final int TOTEM_NW_INNER_BORDER
- See Also:
- Constant Field Values
-
TOTEM_NW_BAR_BACK
public static final int TOTEM_NW_BAR_BACK
- See Also:
- Constant Field Values
-
TOTEM_NW_BAR_REMAINING
public static final int TOTEM_NW_BAR_REMAINING
- See Also:
- Constant Field Values
-
TOTEM_NE
public static final int TOTEM_NE
- See Also:
- Constant Field Values
-
TOTEM_NE_TEXT
public static final int TOTEM_NE_TEXT
- See Also:
- Constant Field Values
-
TOTEM_NE_BAR
public static final int TOTEM_NE_BAR
- See Also:
- Constant Field Values
-
TOTEM_NE_INNER_BORDER
public static final int TOTEM_NE_INNER_BORDER
- See Also:
- Constant Field Values
-
TOTEM_NE_BAR_BACK
public static final int TOTEM_NE_BAR_BACK
- See Also:
- Constant Field Values
-
TOTEM_NE_BAR_REMAINING
public static final int TOTEM_NE_BAR_REMAINING
- See Also:
- Constant Field Values
-
TOTEM_SW
public static final int TOTEM_SW
- See Also:
- Constant Field Values
-
TOTEM_SW_TEXT
public static final int TOTEM_SW_TEXT
- See Also:
- Constant Field Values
-
TOTEM_SW_BAR
public static final int TOTEM_SW_BAR
- See Also:
- Constant Field Values
-
TOTEM_SW_INNER_BORDER
public static final int TOTEM_SW_INNER_BORDER
- See Also:
- Constant Field Values
-
TOTEM_SW_BAR_BACK
public static final int TOTEM_SW_BAR_BACK
- See Also:
- Constant Field Values
-
TOTEM_SW_BAR_REMAINING
public static final int TOTEM_SW_BAR_REMAINING
- See Also:
- Constant Field Values
-
TOTEM_SE
public static final int TOTEM_SE
- See Also:
- Constant Field Values
-
TOTEM_SE_TEXT
public static final int TOTEM_SE_TEXT
- See Also:
- Constant Field Values
-
TOTEM_SE_BAR
public static final int TOTEM_SE_BAR
- See Also:
- Constant Field Values
-
TOTEM_SE_INNER_BORDER
public static final int TOTEM_SE_INNER_BORDER
- See Also:
- Constant Field Values
-
TOTEM_SE_BAR_BACK
public static final int TOTEM_SE_BAR_BACK
- See Also:
- Constant Field Values
-
TOTEM_SE_BAR_REMAINING
public static final int TOTEM_SE_BAR_REMAINING
- See Also:
- Constant Field Values
-
-