Package net.runelite.api.gameval
Class InterfaceID.LeagueRank
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.LeagueRank
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.LeagueRank extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ADAMANT
static int
BRONZE
static int
CLOSE_BUTTON
static int
CONTENT
static int
DIVIDER
static int
DRAGON
static int
FRAME
static int
INFINITY
static int
IRON
static int
LEAGUE_BTN_MENU
static int
LEAGUE_MENU_FRAME
static int
LEAGUE_MENU_OVERLAY
static int
MITHRIL
static int
PROGRESS_BAR
static int
RUNE
static int
STEEL
static int
TOOLTIP
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description LeagueRank()
-
-
-
Field Detail
-
INFINITY
public static final int INFINITY
- See Also:
- Constant Field Values
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
PROGRESS_BAR
public static final int PROGRESS_BAR
- See Also:
- Constant Field Values
-
DIVIDER
public static final int DIVIDER
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
BRONZE
public static final int BRONZE
- See Also:
- Constant Field Values
-
IRON
public static final int IRON
- See Also:
- Constant Field Values
-
STEEL
public static final int STEEL
- See Also:
- Constant Field Values
-
MITHRIL
public static final int MITHRIL
- See Also:
- Constant Field Values
-
ADAMANT
public static final int ADAMANT
- See Also:
- Constant Field Values
-
RUNE
public static final int RUNE
- See Also:
- Constant Field Values
-
DRAGON
public static final int DRAGON
- See Also:
- Constant Field Values
-
CLOSE_BUTTON
public static final int CLOSE_BUTTON
- See Also:
- Constant Field Values
-
LEAGUE_BTN_MENU
public static final int LEAGUE_BTN_MENU
- See Also:
- Constant Field Values
-
LEAGUE_MENU_OVERLAY
public static final int LEAGUE_MENU_OVERLAY
- See Also:
- Constant Field Values
-
LEAGUE_MENU_FRAME
public static final int LEAGUE_MENU_FRAME
- See Also:
- Constant Field Values
-
TOOLTIP
public static final int TOOLTIP
- See Also:
- Constant Field Values
-
-