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 intCONTENTSstatic intFRAMEstatic intGLOBALstatic intL_TAB_1static intL_TAB_2static intM_TAB_1static intM_TAB_2static intPURO_GRIDstatic intPURO_MODELSstatic intPURO_SCROLLBARstatic intPURO_TEXTstatic intR_TAB_1static intR_TAB_2static intSURFACE_GRIDstatic intSURFACE_MODELSstatic intSURFACE_SCROLLBARstatic intSURFACE_TEXTstatic intTAB_1static intTAB_2static intTABSstatic intTABS_RECT0static intTEXT_TAB_1static intTEXT_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
-
-