Package net.runelite.api.gameval
Class InterfaceID.LeagueRankings
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.LeagueRankings
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.LeagueRankings 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
RANKINGS
static int
RANKINGS_LAYER
static int
RANKINGS_SCROLLBAR
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description LeagueRankings()
-
-
-
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
-
RANKINGS_LAYER
public static final int RANKINGS_LAYER
- See Also:
- Constant Field Values
-
RANKINGS
public static final int RANKINGS
- See Also:
- Constant Field Values
-
RANKINGS_SCROLLBAR
public static final int RANKINGS_SCROLLBAR
- See Also:
- Constant Field Values
-
-