Package net.runelite.api.gameval
Class InterfaceID.StatBoostsHud
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.StatBoostsHud
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.StatBoostsHud extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTENT
static int
DODGER
static int
DYNAMIC_TIMER
static int
STATS_CONTAINER
static int
TIMERS_CONTAINER
static int
TOOLTIP
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description StatBoostsHud()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
DODGER
public static final int DODGER
- See Also:
- Constant Field Values
-
DYNAMIC_TIMER
public static final int DYNAMIC_TIMER
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
TOOLTIP
public static final int TOOLTIP
- See Also:
- Constant Field Values
-
TIMERS_CONTAINER
public static final int TIMERS_CONTAINER
- See Also:
- Constant Field Values
-
STATS_CONTAINER
public static final int STATS_CONTAINER
- See Also:
- Constant Field Values
-
-