Package net.runelite.api.gameval
Class InterfaceID.BoardgamesDraughts
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.BoardgamesDraughts
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.BoardgamesDraughts extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBOARDstatic intBOARDINVstatic intCLOSEstatic intCLOSE_GRAPHIC0static intCONTENTSstatic intCONTENTS_RECT10static 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 BoardgamesDraughts()
-
-
-
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
-
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
-
PLAYERS
public static final int PLAYERS
- 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
-
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
-
CONTENTS_RECT10
public static final int CONTENTS_RECT10
- 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
-
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
-
-