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 java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCONTENTSstatic intDRAUGHTSstatic intDRAUGHTS_RANKstatic intFRAMEstatic intGAMESstatic intGAMES_TEXT0static intGAMES_TEXT1static intRUNELINKstatic intRUNELINK_RANKstatic intRUNESQUARESstatic intRUNESQUARES_RANKstatic intRUNEVERSIstatic intRUNEVERSI_RANKstatic intSELECTstatic intUNIVERSE
-
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
-
GAMES_TEXT0
public static final int GAMES_TEXT0
- See Also:
- Constant Field Values
-
GAMES_TEXT1
public static final int GAMES_TEXT1
- See Also:
- Constant Field Values
-
DRAUGHTS
public static final int DRAUGHTS
- 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_RANK
public static final int RUNELINK_RANK
- See Also:
- Constant Field Values
-
RUNESQUARES
public static final int RUNESQUARES
- 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_RANK
public static final int RUNEVERSI_RANK
- See Also:
- Constant Field Values
-
SELECT
public static final int SELECT
- See Also:
- Constant Field Values
-
-