Package net.runelite.api.gameval
Class SpriteID.ScrollbarV2
- java.lang.Object
-
- net.runelite.api.gameval.SpriteID.ScrollbarV2
-
-
Field Summary
Fields Modifier and Type Field Description static int
_0
static int
_1
static int
_2
static int
_3
static int
ARROW_DOWN
static int
ARROW_LEFT
static int
ARROW_RIGHT
static int
ARROW_UP
-
Constructor Summary
Constructors Constructor Description ScrollbarV2()
-
-
-
Field Detail
-
_0
public static final int _0
- See Also:
- Constant Field Values
-
_1
public static final int _1
- See Also:
- Constant Field Values
-
_2
public static final int _2
- See Also:
- Constant Field Values
-
_3
public static final int _3
- See Also:
- Constant Field Values
-
ARROW_UP
public static final int ARROW_UP
- See Also:
- Constant Field Values
-
ARROW_DOWN
public static final int ARROW_DOWN
- See Also:
- Constant Field Values
-
ARROW_LEFT
public static final int ARROW_LEFT
- See Also:
- Constant Field Values
-
ARROW_RIGHT
public static final int ARROW_RIGHT
- See Also:
- Constant Field Values
-
-