Package net.runelite.api.gameval
Class InterfaceID.BoardgamesChallenge
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.BoardgamesChallenge
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.BoardgamesChallenge extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTENTS
static int
DRAUGHTS
static int
DRAUGHTS_RADIO
static int
DRAUGHTS_RANK
static int
DRAUGHTS_TEXT1
static int
FRAME
static int
GAMES
static int
GAMES_TEXT4
static int
GAMES_TEXT5
static int
RUNELINK
static int
RUNELINK_RADIO
static int
RUNELINK_RANK
static int
RUNELINK_TEXT1
static int
RUNESQUARES
static int
RUNESQUARES_RADIO
static int
RUNESQUARES_RANK
static int
RUNESQUARES_TEXT1
static int
RUNEVERSI
static int
RUNEVERSI_RADIO
static int
RUNEVERSI_RANK
static int
RUNEVERSI_TEXT1
static int
SELECT
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description BoardgamesChallenge()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENTS
public static final int CONTENTS
- See Also:
- Constant Field Values
-
GAMES
public static final int GAMES
- See Also:
- Constant Field Values
-
DRAUGHTS
public static final int DRAUGHTS
- See Also:
- Constant Field Values
-
DRAUGHTS_RADIO
public static final int DRAUGHTS_RADIO
- See Also:
- Constant Field Values
-
DRAUGHTS_TEXT1
public static final int DRAUGHTS_TEXT1
- See Also:
- Constant Field Values
-
DRAUGHTS_RANK
public static final int DRAUGHTS_RANK
- See Also:
- Constant Field Values
-
RUNELINK
public static final int RUNELINK
- See Also:
- Constant Field Values
-
RUNELINK_RADIO
public static final int RUNELINK_RADIO
- See Also:
- Constant Field Values
-
RUNELINK_TEXT1
public static final int RUNELINK_TEXT1
- See Also:
- Constant Field Values
-
RUNELINK_RANK
public static final int RUNELINK_RANK
- See Also:
- Constant Field Values
-
RUNESQUARES
public static final int RUNESQUARES
- See Also:
- Constant Field Values
-
RUNESQUARES_RADIO
public static final int RUNESQUARES_RADIO
- See Also:
- Constant Field Values
-
RUNESQUARES_TEXT1
public static final int RUNESQUARES_TEXT1
- See Also:
- Constant Field Values
-
RUNESQUARES_RANK
public static final int RUNESQUARES_RANK
- See Also:
- Constant Field Values
-
RUNEVERSI
public static final int RUNEVERSI
- See Also:
- Constant Field Values
-
RUNEVERSI_RADIO
public static final int RUNEVERSI_RADIO
- See Also:
- Constant Field Values
-
RUNEVERSI_TEXT1
public static final int RUNEVERSI_TEXT1
- See Also:
- Constant Field Values
-
RUNEVERSI_RANK
public static final int RUNEVERSI_RANK
- See Also:
- Constant Field Values
-
GAMES_TEXT4
public static final int GAMES_TEXT4
- See Also:
- Constant Field Values
-
GAMES_TEXT5
public static final int GAMES_TEXT5
- See Also:
- Constant Field Values
-
SELECT
public static final int SELECT
- See Also:
- Constant Field Values
-
-