Package net.runelite.api.gameval
Class InterfaceID.SoulWarsLobby
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.SoulWarsLobby
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.SoulWarsLobby extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTENT
static int
CONTENT_BACKGROUND
static int
DODGER
static int
PLAYERS
static int
PLAYERS_TEXT
static int
PLAYERS_TITLE
static int
TIME
static int
TIME_TEXT
static int
TIME_TITLE
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description SoulWarsLobby()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
DODGER
public static final int DODGER
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
CONTENT_BACKGROUND
public static final int CONTENT_BACKGROUND
- See Also:
- Constant Field Values
-
PLAYERS
public static final int PLAYERS
- See Also:
- Constant Field Values
-
PLAYERS_TITLE
public static final int PLAYERS_TITLE
- See Also:
- Constant Field Values
-
PLAYERS_TEXT
public static final int PLAYERS_TEXT
- See Also:
- Constant Field Values
-
TIME
public static final int TIME
- See Also:
- Constant Field Values
-
TIME_TITLE
public static final int TIME_TITLE
- See Also:
- Constant Field Values
-
TIME_TEXT
public static final int TIME_TEXT
- See Also:
- Constant Field Values
-
-