Package net.runelite.api.gameval
Class InterfaceID.TemporossLobbyHud
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.TemporossLobbyHud
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.TemporossLobbyHud extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTENT
static int
CONTENT_BACKGROUND
static int
DODGER
static int
NEXT_ENCOUNTER
static int
PLAYERS_WAITING
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description TemporossLobbyHud()
-
-
-
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_BACKGROUND
public static final int CONTENT_BACKGROUND
- See Also:
- Constant Field Values
-
PLAYERS_WAITING
public static final int PLAYERS_WAITING
- See Also:
- Constant Field Values
-
NEXT_ENCOUNTER
public static final int NEXT_ENCOUNTER
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
-