Package net.runelite.api.gameval
Class InterfaceID.HideyHoles
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.HideyHoles
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.HideyHoles extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBEGINNER_CONTENTSstatic intBEGINNER_SCROLLBARstatic intBEGINNER_TABstatic intCONTENTstatic intCONTENT_GRAPHIC0static intCONTENT_RECT13static intCONTENT_RECT14static intCONTENT_RECT16static intCONTENT_RECT18static intCONTENT_RECT20static intCONTENT_RECT22static intCONTENT_RECT24static intCONTENT_TEXT15static intCONTENT_TEXT17static intCONTENT_TEXT19static intCONTENT_TEXT21static intCONTENT_TEXT23static intCONTENT_TEXT25static intEASY_CONTENTSstatic intEASY_SCROLLBARstatic intEASY_TABstatic intELITE_CONTENTSstatic intELITE_SCROLLBARstatic intELITE_TABstatic intFRAMEstatic intHARD_CONTENTSstatic intHARD_SCROLLBARstatic intHARD_TABstatic intMASTER_CONTENTSstatic intMASTER_SCROLLBARstatic intMASTER_TABstatic intMED_TABstatic intMEDIUM_CONTENTSstatic intMEDIUM_SCROLLBARstatic intUNIVERSE
-
Constructor Summary
Constructors Constructor Description HideyHoles()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
CONTENT_GRAPHIC0
public static final int CONTENT_GRAPHIC0
- See Also:
- Constant Field Values
-
BEGINNER_CONTENTS
public static final int BEGINNER_CONTENTS
- See Also:
- Constant Field Values
-
BEGINNER_SCROLLBAR
public static final int BEGINNER_SCROLLBAR
- See Also:
- Constant Field Values
-
EASY_CONTENTS
public static final int EASY_CONTENTS
- See Also:
- Constant Field Values
-
EASY_SCROLLBAR
public static final int EASY_SCROLLBAR
- See Also:
- Constant Field Values
-
MEDIUM_CONTENTS
public static final int MEDIUM_CONTENTS
- See Also:
- Constant Field Values
-
MEDIUM_SCROLLBAR
public static final int MEDIUM_SCROLLBAR
- See Also:
- Constant Field Values
-
HARD_CONTENTS
public static final int HARD_CONTENTS
- See Also:
- Constant Field Values
-
HARD_SCROLLBAR
public static final int HARD_SCROLLBAR
- See Also:
- Constant Field Values
-
ELITE_CONTENTS
public static final int ELITE_CONTENTS
- See Also:
- Constant Field Values
-
ELITE_SCROLLBAR
public static final int ELITE_SCROLLBAR
- See Also:
- Constant Field Values
-
MASTER_CONTENTS
public static final int MASTER_CONTENTS
- See Also:
- Constant Field Values
-
MASTER_SCROLLBAR
public static final int MASTER_SCROLLBAR
- See Also:
- Constant Field Values
-
CONTENT_RECT13
public static final int CONTENT_RECT13
- See Also:
- Constant Field Values
-
CONTENT_RECT14
public static final int CONTENT_RECT14
- See Also:
- Constant Field Values
-
CONTENT_TEXT15
public static final int CONTENT_TEXT15
- See Also:
- Constant Field Values
-
CONTENT_RECT16
public static final int CONTENT_RECT16
- See Also:
- Constant Field Values
-
CONTENT_TEXT17
public static final int CONTENT_TEXT17
- See Also:
- Constant Field Values
-
CONTENT_RECT18
public static final int CONTENT_RECT18
- See Also:
- Constant Field Values
-
CONTENT_TEXT19
public static final int CONTENT_TEXT19
- See Also:
- Constant Field Values
-
CONTENT_RECT20
public static final int CONTENT_RECT20
- See Also:
- Constant Field Values
-
CONTENT_TEXT21
public static final int CONTENT_TEXT21
- See Also:
- Constant Field Values
-
CONTENT_RECT22
public static final int CONTENT_RECT22
- See Also:
- Constant Field Values
-
CONTENT_TEXT23
public static final int CONTENT_TEXT23
- See Also:
- Constant Field Values
-
CONTENT_RECT24
public static final int CONTENT_RECT24
- See Also:
- Constant Field Values
-
CONTENT_TEXT25
public static final int CONTENT_TEXT25
- See Also:
- Constant Field Values
-
BEGINNER_TAB
public static final int BEGINNER_TAB
- See Also:
- Constant Field Values
-
EASY_TAB
public static final int EASY_TAB
- See Also:
- Constant Field Values
-
MED_TAB
public static final int MED_TAB
- See Also:
- Constant Field Values
-
HARD_TAB
public static final int HARD_TAB
- See Also:
- Constant Field Values
-
ELITE_TAB
public static final int ELITE_TAB
- See Also:
- Constant Field Values
-
MASTER_TAB
public static final int MASTER_TAB
- See Also:
- Constant Field Values
-
-