Package net.runelite.api.gameval
Class InterfaceID.RoguetraderSudoku
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.RoguetraderSudoku
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.RoguetraderSudoku extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BACKING
static int
BACKING_GRAPHIC0
static int
BACKING_RECT1
static int
BACKING_RECT2
static int
BACKING_RECT3
static int
BTN_OPENCASKET
static int
CONTENT
static int
GAME_CLICKZONES
static int
GAME_FRAME
static int
GAME_HOLDER
static int
GAME_RUNES
static int
ROGUE_TB_CLOSE
static int
RUNES
static int
RUNES_FRAME
static int
RUNES_HOLDER
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description RoguetraderSudoku()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
BACKING
public static final int BACKING
- See Also:
- Constant Field Values
-
BACKING_GRAPHIC0
public static final int BACKING_GRAPHIC0
- See Also:
- Constant Field Values
-
BACKING_RECT1
public static final int BACKING_RECT1
- See Also:
- Constant Field Values
-
BACKING_RECT2
public static final int BACKING_RECT2
- See Also:
- Constant Field Values
-
BACKING_RECT3
public static final int BACKING_RECT3
- See Also:
- Constant Field Values
-
RUNES_HOLDER
public static final int RUNES_HOLDER
- See Also:
- Constant Field Values
-
RUNES_FRAME
public static final int RUNES_FRAME
- See Also:
- Constant Field Values
-
RUNES
public static final int RUNES
- See Also:
- Constant Field Values
-
BTN_OPENCASKET
public static final int BTN_OPENCASKET
- See Also:
- Constant Field Values
-
GAME_HOLDER
public static final int GAME_HOLDER
- See Also:
- Constant Field Values
-
GAME_FRAME
public static final int GAME_FRAME
- See Also:
- Constant Field Values
-
GAME_RUNES
public static final int GAME_RUNES
- See Also:
- Constant Field Values
-
GAME_CLICKZONES
public static final int GAME_CLICKZONES
- See Also:
- Constant Field Values
-
ROGUE_TB_CLOSE
public static final int ROGUE_TB_CLOSE
- See Also:
- Constant Field Values
-
-