Package net.runelite.api.gameval
Class SpriteID.Thumbs
- java.lang.Object
-
- net.runelite.api.gameval.SpriteID.Thumbs
-
-
Field Summary
Fields Modifier and Type Field Description static int
_0
static int
_1
static int
_2
static int
_3
static int
DOWN
static int
DOWN_HOVERED
static int
UP
static int
UP_HOVERED
-
Constructor Summary
Constructors Constructor Description Thumbs()
-
-
-
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
-
UP
public static final int UP
- See Also:
- Constant Field Values
-
DOWN
public static final int DOWN
- See Also:
- Constant Field Values
-
UP_HOVERED
public static final int UP_HOVERED
- See Also:
- Constant Field Values
-
DOWN_HOVERED
public static final int DOWN_HOVERED
- See Also:
- Constant Field Values
-
-