Package net.runelite.api.gameval
Class InterfaceID.TrailSlidepuzzle
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.TrailSlidepuzzle
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.TrailSlidepuzzle extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GRID_BACKGROUND
static int
GRID_MM
static int
GRID_STANDARD
static int
PIECES
static int
UNIVERSE
static int
UNIVERSE_GRAPHIC4
-
Constructor Summary
Constructors Constructor Description TrailSlidepuzzle()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
GRID_BACKGROUND
public static final int GRID_BACKGROUND
- See Also:
- Constant Field Values
-
GRID_STANDARD
public static final int GRID_STANDARD
- See Also:
- Constant Field Values
-
GRID_MM
public static final int GRID_MM
- See Also:
- Constant Field Values
-
PIECES
public static final int PIECES
- See Also:
- Constant Field Values
-
UNIVERSE_GRAPHIC4
public static final int UNIVERSE_GRAPHIC4
- See Also:
- Constant Field Values
-
-