Package net.runelite.api.gameval
Class InterfaceID.Jigsaw
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Jigsaw
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Jigsaw extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBACKGROUNDstatic intBACKGROUND_MODELstatic intBORDERstatic intCLOSE_BUTTONstatic intPIECESstatic intPIECES_LOCKEDstatic intPIECES_MODEL0static intPIECES_MODEL1static intPIECES_PREVIEWstatic intPIECES_PREVIEW_MODEL1static intPIECES_PREVIEW_RECT0static intPOPOUT_BOTTOMstatic intPOPOUT_BOTTOM_LEFTstatic intPOPOUT_BOTTOM_RIGHTstatic intPOPOUT_LEFTstatic intPOPOUT_RIGHTstatic intPOPOUT_TOPstatic intPOPOUT_TOP_LEFTstatic intPOPOUT_TOP_RIGHTstatic intPREVIEW_BUTTONstatic intPUZZLE_BACKINGstatic intPUZZLE_BACKING_MODELstatic intRESHUFFLE_BUTTONstatic intSTART_POSITIONSstatic intUNIVERSE
-
Constructor Summary
Constructors Constructor Description Jigsaw()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
BACKGROUND
public static final int BACKGROUND
- See Also:
- Constant Field Values
-
BACKGROUND_MODEL
public static final int BACKGROUND_MODEL
- See Also:
- Constant Field Values
-
PUZZLE_BACKING
public static final int PUZZLE_BACKING
- See Also:
- Constant Field Values
-
PUZZLE_BACKING_MODEL
public static final int PUZZLE_BACKING_MODEL
- See Also:
- Constant Field Values
-
START_POSITIONS
public static final int START_POSITIONS
- See Also:
- Constant Field Values
-
PIECES_LOCKED
public static final int PIECES_LOCKED
- See Also:
- Constant Field Values
-
PIECES
public static final int PIECES
- See Also:
- Constant Field Values
-
PIECES_MODEL0
public static final int PIECES_MODEL0
- See Also:
- Constant Field Values
-
PIECES_MODEL1
public static final int PIECES_MODEL1
- See Also:
- Constant Field Values
-
PIECES_PREVIEW
public static final int PIECES_PREVIEW
- See Also:
- Constant Field Values
-
PIECES_PREVIEW_RECT0
public static final int PIECES_PREVIEW_RECT0
- See Also:
- Constant Field Values
-
PIECES_PREVIEW_MODEL1
public static final int PIECES_PREVIEW_MODEL1
- See Also:
- Constant Field Values
-
PREVIEW_BUTTON
public static final int PREVIEW_BUTTON
- See Also:
- Constant Field Values
-
RESHUFFLE_BUTTON
public static final int RESHUFFLE_BUTTON
- See Also:
- Constant Field Values
-
CLOSE_BUTTON
public static final int CLOSE_BUTTON
- See Also:
- Constant Field Values
-
BORDER
public static final int BORDER
- See Also:
- Constant Field Values
-
POPOUT_RIGHT
public static final int POPOUT_RIGHT
- See Also:
- Constant Field Values
-
POPOUT_BOTTOM_RIGHT
public static final int POPOUT_BOTTOM_RIGHT
- See Also:
- Constant Field Values
-
POPOUT_TOP_RIGHT
public static final int POPOUT_TOP_RIGHT
- See Also:
- Constant Field Values
-
POPOUT_TOP
public static final int POPOUT_TOP
- See Also:
- Constant Field Values
-
POPOUT_BOTTOM
public static final int POPOUT_BOTTOM
- See Also:
- Constant Field Values
-
POPOUT_LEFT
public static final int POPOUT_LEFT
- See Also:
- Constant Field Values
-
POPOUT_TOP_LEFT
public static final int POPOUT_TOP_LEFT
- See Also:
- Constant Field Values
-
POPOUT_BOTTOM_LEFT
public static final int POPOUT_BOTTOM_LEFT
- See Also:
- Constant Field Values
-
-