Package net.runelite.api.gameval
Class InterfaceID.BrScoreboard
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.BrScoreboard
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.BrScoreboard extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CLOSE_GRAPHIC
static int
GAMES
static int
KILLS
static int
UNIVERSAL
static int
UNIVERSAL_TEXT0
static int
WINS
-
Constructor Summary
Constructors Constructor Description BrScoreboard()
-
-
-
Field Detail
-
UNIVERSAL
public static final int UNIVERSAL
- See Also:
- Constant Field Values
-
UNIVERSAL_TEXT0
public static final int UNIVERSAL_TEXT0
- See Also:
- Constant Field Values
-
WINS
public static final int WINS
- See Also:
- Constant Field Values
-
KILLS
public static final int KILLS
- See Also:
- Constant Field Values
-
GAMES
public static final int GAMES
- See Also:
- Constant Field Values
-
CLOSE_GRAPHIC
public static final int CLOSE_GRAPHIC
- See Also:
- Constant Field Values
-
-