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 int
BACKGROUND
static int
CLOSE
static int
CONTENT
static int
SCROLL_TEXT
static int
SCROLL_TEXT_LAYER
static int
SCROLL_TITLE
static int
SCROLLBAR
static int
UNIVERSE
-
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
-
-