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 int
BACKGROUND
static int
BACKGROUND_MODEL
static int
BORDER
static int
CLOSE_BUTTON
static int
PIECES
static int
PIECES_LOCKED
static int
PIECES_MODEL0
static int
PIECES_MODEL1
static int
PIECES_PREVIEW
static int
PIECES_PREVIEW_MODEL1
static int
PIECES_PREVIEW_RECT0
static int
POPOUT_BOTTOM
static int
POPOUT_BOTTOM_LEFT
static int
POPOUT_BOTTOM_RIGHT
static int
POPOUT_LEFT
static int
POPOUT_RIGHT
static int
POPOUT_TOP
static int
POPOUT_TOP_LEFT
static int
POPOUT_TOP_RIGHT
static int
PREVIEW_BUTTON
static int
PUZZLE_BACKING
static int
PUZZLE_BACKING_MODEL
static int
RESHUFFLE_BUTTON
static int
START_POSITIONS
static int
UNIVERSE
-
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
-
-