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 intTOTEM_NEstatic intTOTEM_NE_BARstatic intTOTEM_NE_BAR_BACKstatic intTOTEM_NE_BAR_REMAININGstatic intTOTEM_NE_INNER_BORDERstatic intTOTEM_NE_TEXTstatic intTOTEM_NWstatic intTOTEM_NW_BARstatic intTOTEM_NW_BAR_BACKstatic intTOTEM_NW_BAR_REMAININGstatic intTOTEM_NW_INNER_BORDERstatic intTOTEM_NW_TEXTstatic intTOTEM_SEstatic intTOTEM_SE_BARstatic intTOTEM_SE_BAR_BACKstatic intTOTEM_SE_BAR_REMAININGstatic intTOTEM_SE_INNER_BORDERstatic intTOTEM_SE_TEXTstatic intTOTEM_SWstatic intTOTEM_SW_BARstatic intTOTEM_SW_BAR_BACKstatic intTOTEM_SW_BAR_REMAININGstatic intTOTEM_SW_INNER_BORDERstatic intTOTEM_SW_TEXTstatic intTOTEMSstatic intTOTEMS_BACKINGstatic intTOTEMS_BORDERstatic intUNIVERSE
-
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
-
-