Package net.runelite.api.gameval
Class SpriteID.GeIcons
- java.lang.Object
-
- net.runelite.api.gameval.SpriteID.GeIcons
-
-
Field Summary
Fields Modifier and Type Field Description static int
_0
static int
_1
static int
_2
static int
_3
static int
_4
static int
_5
static int
BUTTON
static int
BUTTON_HOVERED
static int
MAKE_OFFER_BUY
static int
MAKE_OFFER_BUY_HOVERED
static int
MAKE_OFFER_SELL
static int
MAKE_OFFER_SELL_HOVERED
-
Constructor Summary
Constructors Constructor Description GeIcons()
-
-
-
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
-
_4
public static final int _4
- See Also:
- Constant Field Values
-
_5
public static final int _5
- See Also:
- Constant Field Values
-
MAKE_OFFER_SELL
public static final int MAKE_OFFER_SELL
- See Also:
- Constant Field Values
-
MAKE_OFFER_SELL_HOVERED
public static final int MAKE_OFFER_SELL_HOVERED
- See Also:
- Constant Field Values
-
MAKE_OFFER_BUY
public static final int MAKE_OFFER_BUY
- See Also:
- Constant Field Values
-
MAKE_OFFER_BUY_HOVERED
public static final int MAKE_OFFER_BUY_HOVERED
- See Also:
- Constant Field Values
-
BUTTON
public static final int BUTTON
- See Also:
- Constant Field Values
-
BUTTON_HOVERED
public static final int BUTTON_HOVERED
- See Also:
- Constant Field Values
-
-