Package net.runelite.api.gameval
Class InterfaceID.BoardgamesRunelink
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.BoardgamesRunelink
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.BoardgamesRunelink extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BOARD
static int
BOARDINV
static int
CLOSE
static int
CLOSE_GRAPHIC0
static int
COLUMN0
static int
COLUMN1
static int
COLUMN2
static int
COLUMN3
static int
COLUMN4
static int
COLUMN5
static int
COLUMN6
static int
CONTENTS
static int
DIVIDERS
static int
DIVIDERS_GRAPHIC0
static int
DIVIDERS_GRAPHIC1
static int
FRAME
static int
OFFER_DRAW
static int
P1_NAME
static int
P1_RUNE
static int
P2_NAME
static int
P2_RUNE
static int
PLAYERS
static int
RESIGN
static int
RUNEFLASH
static int
SANDTIMER
static int
STATUS1
static int
STATUS2
static int
TITLE
static int
TURN
static int
TURN_NAME
static int
UNIVERSE
static int
VS
static int
WINNER
-
Constructor Summary
Constructors Constructor Description BoardgamesRunelink()
-
-
-
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
-
TITLE
public static final int TITLE
- See Also:
- Constant Field Values
-
DIVIDERS
public static final int DIVIDERS
- See Also:
- Constant Field Values
-
PLAYERS
public static final int PLAYERS
- See Also:
- Constant Field Values
-
RESIGN
public static final int RESIGN
- See Also:
- Constant Field Values
-
OFFER_DRAW
public static final int OFFER_DRAW
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
CLOSE_GRAPHIC0
public static final int CLOSE_GRAPHIC0
- See Also:
- Constant Field Values
-
SANDTIMER
public static final int SANDTIMER
- See Also:
- Constant Field Values
-
TURN
public static final int TURN
- See Also:
- Constant Field Values
-
TURN_NAME
public static final int TURN_NAME
- See Also:
- Constant Field Values
-
BOARD
public static final int BOARD
- See Also:
- Constant Field Values
-
RUNEFLASH
public static final int RUNEFLASH
- See Also:
- Constant Field Values
-
BOARDINV
public static final int BOARDINV
- See Also:
- Constant Field Values
-
COLUMN0
public static final int COLUMN0
- See Also:
- Constant Field Values
-
COLUMN1
public static final int COLUMN1
- See Also:
- Constant Field Values
-
COLUMN2
public static final int COLUMN2
- See Also:
- Constant Field Values
-
COLUMN3
public static final int COLUMN3
- See Also:
- Constant Field Values
-
COLUMN4
public static final int COLUMN4
- See Also:
- Constant Field Values
-
COLUMN5
public static final int COLUMN5
- See Also:
- Constant Field Values
-
COLUMN6
public static final int COLUMN6
- See Also:
- Constant Field Values
-
WINNER
public static final int WINNER
- See Also:
- Constant Field Values
-
STATUS1
public static final int STATUS1
- See Also:
- Constant Field Values
-
STATUS2
public static final int STATUS2
- See Also:
- Constant Field Values
-
P1_RUNE
public static final int P1_RUNE
- See Also:
- Constant Field Values
-
P1_NAME
public static final int P1_NAME
- See Also:
- Constant Field Values
-
VS
public static final int VS
- See Also:
- Constant Field Values
-
P2_RUNE
public static final int P2_RUNE
- See Also:
- Constant Field Values
-
P2_NAME
public static final int P2_NAME
- See Also:
- Constant Field Values
-
DIVIDERS_GRAPHIC0
public static final int DIVIDERS_GRAPHIC0
- See Also:
- Constant Field Values
-
DIVIDERS_GRAPHIC1
public static final int DIVIDERS_GRAPHIC1
- See Also:
- Constant Field Values
-
-