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_0static int_1static int_2static int_3static intARROW_DOWNstatic intARROW_LEFTstatic intARROW_RIGHTstatic intARROW_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
-
-