Package net.runelite.api.gameval
Class InterfaceID.RoguesdenMosaic
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.RoguesdenMosaic
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.RoguesdenMosaic extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BACKGROUND
static int
CLOSE
static int
CONTENT
static int
PUZZLE_TO_FILL
static int
TILE1
static int
TILE2
static int
TILE3
static int
TILE4
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description RoguesdenMosaic()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
BACKGROUND
public static final int BACKGROUND
- See Also:
- Constant Field Values
-
PUZZLE_TO_FILL
public static final int PUZZLE_TO_FILL
- See Also:
- Constant Field Values
-
TILE1
public static final int TILE1
- See Also:
- Constant Field Values
-
TILE2
public static final int TILE2
- See Also:
- Constant Field Values
-
TILE3
public static final int TILE3
- See Also:
- Constant Field Values
-
TILE4
public static final int TILE4
- See Also:
- Constant Field Values
-
-