Package net.runelite.api.gameval
Class InterfaceID.DeadmanskullInterface
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.DeadmanskullInterface
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.DeadmanskullInterface extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intATTUNE_TABstatic intCLOSEstatic intCONTENTstatic intFRAMEstatic intINFINITYstatic intITEMSstatic intITEMS_CONTENTSstatic intITEMS_RECT2static intITEMS_SCROLLBARstatic intMAINstatic intPERMANENT_TABstatic intRESIZE_PREVIEWstatic intTABSstatic intTOGGLE_TABstatic intTOOLTIPstatic intUNIVERSE
-
Constructor Summary
Constructors Constructor Description DeadmanskullInterface()
-
-
-
Field Detail
-
INFINITY
public static final int INFINITY
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
TABS
public static final int TABS
- See Also:
- Constant Field Values
-
PERMANENT_TAB
public static final int PERMANENT_TAB
- See Also:
- Constant Field Values
-
TOGGLE_TAB
public static final int TOGGLE_TAB
- See Also:
- Constant Field Values
-
ATTUNE_TAB
public static final int ATTUNE_TAB
- See Also:
- Constant Field Values
-
MAIN
public static final int MAIN
- See Also:
- Constant Field Values
-
ITEMS
public static final int ITEMS
- See Also:
- Constant Field Values
-
ITEMS_CONTENTS
public static final int ITEMS_CONTENTS
- See Also:
- Constant Field Values
-
ITEMS_SCROLLBAR
public static final int ITEMS_SCROLLBAR
- See Also:
- Constant Field Values
-
ITEMS_RECT2
public static final int ITEMS_RECT2
- See Also:
- Constant Field Values
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
RESIZE_PREVIEW
public static final int RESIZE_PREVIEW
- See Also:
- Constant Field Values
-
TOOLTIP
public static final int TOOLTIP
- See Also:
- Constant Field Values
-
-