Package net.runelite.api.gameval
Class InterfaceID.Dt2Survival
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Dt2Survival
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Dt2Survival extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
DODGER
static int
FADE
static int
FADER
static int
HEALTH_BAR
static int
HEALTH_BAR_BACKGROUND
static int
HEALTH_BAR_FOREGROUND
static int
HEALTH_BAR_FOREGROUND_SHINE
static int
HEALTH_BAR_RECT4
static int
HEALTH_BAR_RECT5
static int
HEALTH_BAR_RECT6
static int
HEALTH_BAR_RECT7
static int
HEALTH_PERCENTAGE
static int
OVERLAY
static int
TIME
static int
TIME_TEXT
static int
TIME_TITLE
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description Dt2Survival()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FADE
public static final int FADE
- See Also:
- Constant Field Values
-
FADER
public static final int FADER
- See Also:
- Constant Field Values
-
DODGER
public static final int DODGER
- See Also:
- Constant Field Values
-
OVERLAY
public static final int OVERLAY
- See Also:
- Constant Field Values
-
TIME
public static final int TIME
- See Also:
- Constant Field Values
-
TIME_TITLE
public static final int TIME_TITLE
- See Also:
- Constant Field Values
-
TIME_TEXT
public static final int TIME_TEXT
- See Also:
- Constant Field Values
-
HEALTH_BAR
public static final int HEALTH_BAR
- See Also:
- Constant Field Values
-
HEALTH_BAR_BACKGROUND
public static final int HEALTH_BAR_BACKGROUND
- See Also:
- Constant Field Values
-
HEALTH_BAR_FOREGROUND
public static final int HEALTH_BAR_FOREGROUND
- See Also:
- Constant Field Values
-
HEALTH_BAR_FOREGROUND_SHINE
public static final int HEALTH_BAR_FOREGROUND_SHINE
- See Also:
- Constant Field Values
-
HEALTH_PERCENTAGE
public static final int HEALTH_PERCENTAGE
- See Also:
- Constant Field Values
-
HEALTH_BAR_RECT4
public static final int HEALTH_BAR_RECT4
- See Also:
- Constant Field Values
-
HEALTH_BAR_RECT5
public static final int HEALTH_BAR_RECT5
- See Also:
- Constant Field Values
-
HEALTH_BAR_RECT6
public static final int HEALTH_BAR_RECT6
- See Also:
- Constant Field Values
-
HEALTH_BAR_RECT7
public static final int HEALTH_BAR_RECT7
- See Also:
- Constant Field Values
-
-