Package net.runelite.api.gameval
Class InterfaceID.AraxxorScoreboard
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.AraxxorScoreboard
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.AraxxorScoreboard extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BACKGROUND
static int
CLOSE
static int
CLOSE_ICON
static int
CONTENT
static int
GBT
static int
GBT_CONTENT
static int
GD
static int
GD_CONTENT
static int
GKC
static int
GKC_CONTENT
static int
PBT
static int
PBT_CONTENT
static int
PD
static int
PD_CONTENT
static int
PKC
static int
PKC_CONTENT
static int
STATS
static int
TITLE
static int
TITLE_TEXT
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description AraxxorScoreboard()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
BACKGROUND
public static final int BACKGROUND
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
CLOSE_ICON
public static final int CLOSE_ICON
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
TITLE
public static final int TITLE
- See Also:
- Constant Field Values
-
TITLE_TEXT
public static final int TITLE_TEXT
- See Also:
- Constant Field Values
-
STATS
public static final int STATS
- See Also:
- Constant Field Values
-
PKC
public static final int PKC
- See Also:
- Constant Field Values
-
PKC_CONTENT
public static final int PKC_CONTENT
- See Also:
- Constant Field Values
-
PD
public static final int PD
- See Also:
- Constant Field Values
-
PD_CONTENT
public static final int PD_CONTENT
- See Also:
- Constant Field Values
-
PBT
public static final int PBT
- See Also:
- Constant Field Values
-
PBT_CONTENT
public static final int PBT_CONTENT
- See Also:
- Constant Field Values
-
GKC
public static final int GKC
- See Also:
- Constant Field Values
-
GKC_CONTENT
public static final int GKC_CONTENT
- See Also:
- Constant Field Values
-
GD
public static final int GD
- See Also:
- Constant Field Values
-
GD_CONTENT
public static final int GD_CONTENT
- See Also:
- Constant Field Values
-
GBT
public static final int GBT
- See Also:
- Constant Field Values
-
GBT_CONTENT
public static final int GBT_CONTENT
- See Also:
- Constant Field Values
-
-