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 intBOARDstatic intBOARDINVstatic intCLOSEstatic intCLOSE_GRAPHIC0static intCOLUMN0static intCOLUMN1static intCOLUMN2static intCOLUMN3static intCOLUMN4static intCOLUMN5static intCOLUMN6static intCONTENTSstatic intDIVIDERSstatic intDIVIDERS_GRAPHIC0static intDIVIDERS_GRAPHIC1static intFRAMEstatic intOFFER_DRAWstatic intP1_NAMEstatic intP1_RUNEstatic intP2_NAMEstatic intP2_RUNEstatic intPLAYERSstatic intRESIGNstatic intRUNEFLASHstatic intSANDTIMERstatic intSTATUS1static intSTATUS2static intTITLEstatic intTURNstatic intTURN_NAMEstatic intUNIVERSEstatic intVSstatic intWINNER
-
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
-
-