Package net.runelite.api.gameval
Class InterfaceID.Dt2Infection
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Dt2Infection
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Dt2Infection extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
DODGER
static int
FADE
static int
FADER
static int
ICON
static int
INFECTION_BACKGROUND
static int
INFECTION_BAR
static int
INFECTION_BAR_BACKGROUND
static int
INFECTION_BAR_FOREGROUND
static int
INFECTION_BAR_FOREGROUND_SHINE
static int
INFECTION_BAR_RECT4
static int
INFECTION_BAR_RECT5
static int
INFECTION_ICON
static int
INFECTION_ORB
static int
INFECTION_PERCENTAGE
static int
OVERLAY
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description Dt2Infection()
-
-
-
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
-
INFECTION_BAR
public static final int INFECTION_BAR
- See Also:
- Constant Field Values
-
INFECTION_BAR_BACKGROUND
public static final int INFECTION_BAR_BACKGROUND
- See Also:
- Constant Field Values
-
INFECTION_BAR_FOREGROUND
public static final int INFECTION_BAR_FOREGROUND
- See Also:
- Constant Field Values
-
INFECTION_BAR_FOREGROUND_SHINE
public static final int INFECTION_BAR_FOREGROUND_SHINE
- See Also:
- Constant Field Values
-
INFECTION_PERCENTAGE
public static final int INFECTION_PERCENTAGE
- See Also:
- Constant Field Values
-
INFECTION_BAR_RECT4
public static final int INFECTION_BAR_RECT4
- See Also:
- Constant Field Values
-
INFECTION_BAR_RECT5
public static final int INFECTION_BAR_RECT5
- See Also:
- Constant Field Values
-
ICON
public static final int ICON
- See Also:
- Constant Field Values
-
INFECTION_ORB
public static final int INFECTION_ORB
- See Also:
- Constant Field Values
-
INFECTION_BACKGROUND
public static final int INFECTION_BACKGROUND
- See Also:
- Constant Field Values
-
INFECTION_ICON
public static final int INFECTION_ICON
- See Also:
- Constant Field Values
-
-