Package net.runelite.api.gameval
Class InterfaceID.IiTracker
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.IiTracker
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.IiTracker extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTENTS
static int
FRAME
static int
GLOBAL
static int
L_TAB_1
static int
L_TAB_2
static int
M_TAB_1
static int
M_TAB_2
static int
PURO_GRID
static int
PURO_MODELS
static int
PURO_SCROLLBAR
static int
PURO_TEXT
static int
R_TAB_1
static int
R_TAB_2
static int
SURFACE_GRID
static int
SURFACE_MODELS
static int
SURFACE_SCROLLBAR
static int
SURFACE_TEXT
static int
TAB_1
static int
TAB_2
static int
TABS
static int
TABS_RECT0
static int
TEXT_TAB_1
static int
TEXT_TAB_2
-
Constructor Summary
Constructors Constructor Description IiTracker()
-
-
-
Field Detail
-
GLOBAL
public static final int GLOBAL
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENTS
public static final int CONTENTS
- See Also:
- Constant Field Values
-
SURFACE_SCROLLBAR
public static final int SURFACE_SCROLLBAR
- See Also:
- Constant Field Values
-
SURFACE_GRID
public static final int SURFACE_GRID
- See Also:
- Constant Field Values
-
SURFACE_MODELS
public static final int SURFACE_MODELS
- See Also:
- Constant Field Values
-
SURFACE_TEXT
public static final int SURFACE_TEXT
- See Also:
- Constant Field Values
-
PURO_SCROLLBAR
public static final int PURO_SCROLLBAR
- See Also:
- Constant Field Values
-
PURO_GRID
public static final int PURO_GRID
- See Also:
- Constant Field Values
-
PURO_MODELS
public static final int PURO_MODELS
- See Also:
- Constant Field Values
-
PURO_TEXT
public static final int PURO_TEXT
- See Also:
- Constant Field Values
-
TABS
public static final int TABS
- See Also:
- Constant Field Values
-
TABS_RECT0
public static final int TABS_RECT0
- See Also:
- Constant Field Values
-
TAB_1
public static final int TAB_1
- See Also:
- Constant Field Values
-
L_TAB_1
public static final int L_TAB_1
- See Also:
- Constant Field Values
-
M_TAB_1
public static final int M_TAB_1
- See Also:
- Constant Field Values
-
R_TAB_1
public static final int R_TAB_1
- See Also:
- Constant Field Values
-
TEXT_TAB_1
public static final int TEXT_TAB_1
- See Also:
- Constant Field Values
-
TAB_2
public static final int TAB_2
- See Also:
- Constant Field Values
-
L_TAB_2
public static final int L_TAB_2
- See Also:
- Constant Field Values
-
M_TAB_2
public static final int M_TAB_2
- See Also:
- Constant Field Values
-
R_TAB_2
public static final int R_TAB_2
- See Also:
- Constant Field Values
-
TEXT_TAB_2
public static final int TEXT_TAB_2
- See Also:
- Constant Field Values
-
-