Package net.runelite.api.gameval
Class InterfaceID.DeadmanTournamentViewer
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.DeadmanTournamentViewer
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.DeadmanTournamentViewer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
FOG
static int
NAMES
static int
NAMES_CONTAINER
static int
REFRESH
static int
SURVIVORS
static int
UNIVERSE
static int
UNIVERSE_TEXT0
static int
UNIVERSE_TEXT2
static int
UNIVERSE_TEXT3
-
Constructor Summary
Constructors Constructor Description DeadmanTournamentViewer()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
UNIVERSE_TEXT0
public static final int UNIVERSE_TEXT0
- See Also:
- Constant Field Values
-
NAMES_CONTAINER
public static final int NAMES_CONTAINER
- See Also:
- Constant Field Values
-
NAMES
public static final int NAMES
- See Also:
- Constant Field Values
-
UNIVERSE_TEXT2
public static final int UNIVERSE_TEXT2
- See Also:
- Constant Field Values
-
UNIVERSE_TEXT3
public static final int UNIVERSE_TEXT3
- See Also:
- Constant Field Values
-
SURVIVORS
public static final int SURVIVORS
- See Also:
- Constant Field Values
-
FOG
public static final int FOG
- See Also:
- Constant Field Values
-
REFRESH
public static final int REFRESH
- See Also:
- Constant Field Values
-
-