Package net.runelite.api.gameval
Class InterfaceID.LeagueStatistics
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.LeagueStatistics
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.LeagueStatistics extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BACKGROUND
static int
CLOSE_BUTTON
static int
CONTENT
static int
HEADER
static int
INFINITY
static int
STATISTICS
static int
STATISTICS_LAYER
static int
STATISTICS_SCROLLBAR
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description LeagueStatistics()
-
-
-
Field Detail
-
INFINITY
public static final int INFINITY
- See Also:
- Constant Field Values
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
BACKGROUND
public static final int BACKGROUND
- See Also:
- Constant Field Values
-
CLOSE_BUTTON
public static final int CLOSE_BUTTON
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
HEADER
public static final int HEADER
- See Also:
- Constant Field Values
-
STATISTICS_LAYER
public static final int STATISTICS_LAYER
- See Also:
- Constant Field Values
-
STATISTICS
public static final int STATISTICS
- See Also:
- Constant Field Values
-
STATISTICS_SCROLLBAR
public static final int STATISTICS_SCROLLBAR
- See Also:
- Constant Field Values
-
-