Package net.runelite.api.gameval
Class InterfaceID.Longscroll
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Longscroll
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Longscroll extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBACKGROUNDstatic intCLOSEstatic intCONTENTstatic intSCROLL_TEXTstatic intSCROLL_TEXT_LAYERstatic intSCROLL_TITLEstatic intSCROLLBARstatic intUNIVERSE
-
Constructor Summary
Constructors Constructor Description Longscroll()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
BACKGROUND
public static final int BACKGROUND
- See Also:
- Constant Field Values
-
SCROLL_TITLE
public static final int SCROLL_TITLE
- See Also:
- Constant Field Values
-
SCROLL_TEXT_LAYER
public static final int SCROLL_TEXT_LAYER
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
SCROLL_TEXT
public static final int SCROLL_TEXT
- See Also:
- Constant Field Values
-
-