Package net.runelite.api.gameval
Class InterfaceID.LeagueSummary
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.LeagueSummary
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.LeagueSummary extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
AREAS
static int
AREAS_BACKING
static int
AREAS_CONTENT
static int
CONTENTS
static int
FRAME
static int
MAIN_STATS
static int
MAIN_STATS_BACKING
static int
MAIN_STATS_CONTENT
static int
MASTERIES
static int
MASTERIES_BACKING
static int
MASTERIES_CONTENT
static int
MIDDLE_COLUMN
static int
PLAYER_MODEL
static int
PLAYER_MODEL_BACKING
static int
PLAYER_MODEL_CONTENT
static int
PLAYER_MODEL_GRAPHIC
static int
RELICS
static int
RELICS_BACKING
static int
RELICS_CONTENT
static int
RIGHT_COLUMN
static int
STATS
static int
STATS_BACKING
static int
STATS_CONTENT
static int
STATS_SCROLL
static int
TOOLTIP
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description LeagueSummary()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CONTENTS
public static final int CONTENTS
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
MIDDLE_COLUMN
public static final int MIDDLE_COLUMN
- See Also:
- Constant Field Values
-
AREAS
public static final int AREAS
- See Also:
- Constant Field Values
-
RELICS
public static final int RELICS
- See Also:
- Constant Field Values
-
MASTERIES
public static final int MASTERIES
- See Also:
- Constant Field Values
-
RIGHT_COLUMN
public static final int RIGHT_COLUMN
- See Also:
- Constant Field Values
-
MAIN_STATS
public static final int MAIN_STATS
- See Also:
- Constant Field Values
-
PLAYER_MODEL
public static final int PLAYER_MODEL
- See Also:
- Constant Field Values
-
PLAYER_MODEL_BACKING
public static final int PLAYER_MODEL_BACKING
- See Also:
- Constant Field Values
-
PLAYER_MODEL_CONTENT
public static final int PLAYER_MODEL_CONTENT
- See Also:
- Constant Field Values
-
MAIN_STATS_BACKING
public static final int MAIN_STATS_BACKING
- See Also:
- Constant Field Values
-
MAIN_STATS_CONTENT
public static final int MAIN_STATS_CONTENT
- See Also:
- Constant Field Values
-
MASTERIES_BACKING
public static final int MASTERIES_BACKING
- See Also:
- Constant Field Values
-
MASTERIES_CONTENT
public static final int MASTERIES_CONTENT
- See Also:
- Constant Field Values
-
RELICS_BACKING
public static final int RELICS_BACKING
- See Also:
- Constant Field Values
-
RELICS_CONTENT
public static final int RELICS_CONTENT
- See Also:
- Constant Field Values
-
AREAS_BACKING
public static final int AREAS_BACKING
- See Also:
- Constant Field Values
-
AREAS_CONTENT
public static final int AREAS_CONTENT
- See Also:
- Constant Field Values
-
PLAYER_MODEL_GRAPHIC
public static final int PLAYER_MODEL_GRAPHIC
- See Also:
- Constant Field Values
-
STATS
public static final int STATS
- See Also:
- Constant Field Values
-
STATS_BACKING
public static final int STATS_BACKING
- See Also:
- Constant Field Values
-
STATS_CONTENT
public static final int STATS_CONTENT
- See Also:
- Constant Field Values
-
STATS_SCROLL
public static final int STATS_SCROLL
- See Also:
- Constant Field Values
-
TOOLTIP
public static final int TOOLTIP
- See Also:
- Constant Field Values
-
-