Package net.runelite.api.gameval
Class InterfaceID.PvpArenaScoreboard
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.PvpArenaScoreboard
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.PvpArenaScoreboard extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTENT
static int
CONTENT_MODEL0
static int
CONTENT_MODEL1
static int
FRAME
static int
TEXT
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description PvpArenaScoreboard()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
CONTENT_MODEL0
public static final int CONTENT_MODEL0
- See Also:
- Constant Field Values
-
CONTENT_MODEL1
public static final int CONTENT_MODEL1
- See Also:
- Constant Field Values
-
TEXT
public static final int TEXT
- See Also:
- Constant Field Values
-
-