Package net.runelite.api.gameval
Class InterfaceID.GeOffers
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.GeOffers
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.GeOffers extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BACK
static int
COLLECTALL
static int
CONTENTS
static int
DETAILS
static int
DETAILS_COLLECT
static int
DETAILS_DESC
static int
DETAILS_FEE
static int
DETAILS_GRAPHIC3
static int
DETAILS_GRAPHIC4
static int
DETAILS_GRAPHIC5
static int
DETAILS_GRAPHIC6
static int
DETAILS_MARKETPRICE
static int
DETAILS_STATUS
static int
FRAME
static int
HISTORY
static int
INDEX
static int
INDEX_0
static int
INDEX_1
static int
INDEX_2
static int
INDEX_3
static int
INDEX_4
static int
INDEX_5
static int
INDEX_6
static int
INDEX_7
static int
POPUP
static int
SETUP
static int
SETUP_CONFIRM
static int
SETUP_DESC
static int
SETUP_FEE
static int
SETUP_GRAPHIC4
static int
SETUP_MARKETPRICE
static int
TOOLTIP
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description GeOffers()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CONTENTS
public static final int CONTENTS
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
HISTORY
public static final int HISTORY
- See Also:
- Constant Field Values
-
BACK
public static final int BACK
- See Also:
- Constant Field Values
-
INDEX
public static final int INDEX
- See Also:
- Constant Field Values
-
COLLECTALL
public static final int COLLECTALL
- See Also:
- Constant Field Values
-
INDEX_0
public static final int INDEX_0
- See Also:
- Constant Field Values
-
INDEX_1
public static final int INDEX_1
- See Also:
- Constant Field Values
-
INDEX_2
public static final int INDEX_2
- See Also:
- Constant Field Values
-
INDEX_3
public static final int INDEX_3
- See Also:
- Constant Field Values
-
INDEX_4
public static final int INDEX_4
- See Also:
- Constant Field Values
-
INDEX_5
public static final int INDEX_5
- See Also:
- Constant Field Values
-
INDEX_6
public static final int INDEX_6
- See Also:
- Constant Field Values
-
INDEX_7
public static final int INDEX_7
- See Also:
- Constant Field Values
-
DETAILS
public static final int DETAILS
- See Also:
- Constant Field Values
-
DETAILS_DESC
public static final int DETAILS_DESC
- See Also:
- Constant Field Values
-
DETAILS_MARKETPRICE
public static final int DETAILS_MARKETPRICE
- See Also:
- Constant Field Values
-
DETAILS_FEE
public static final int DETAILS_FEE
- See Also:
- Constant Field Values
-
DETAILS_GRAPHIC3
public static final int DETAILS_GRAPHIC3
- See Also:
- Constant Field Values
-
DETAILS_GRAPHIC4
public static final int DETAILS_GRAPHIC4
- See Also:
- Constant Field Values
-
DETAILS_GRAPHIC5
public static final int DETAILS_GRAPHIC5
- See Also:
- Constant Field Values
-
DETAILS_GRAPHIC6
public static final int DETAILS_GRAPHIC6
- See Also:
- Constant Field Values
-
DETAILS_STATUS
public static final int DETAILS_STATUS
- See Also:
- Constant Field Values
-
DETAILS_COLLECT
public static final int DETAILS_COLLECT
- See Also:
- Constant Field Values
-
SETUP
public static final int SETUP
- See Also:
- Constant Field Values
-
SETUP_DESC
public static final int SETUP_DESC
- See Also:
- Constant Field Values
-
SETUP_MARKETPRICE
public static final int SETUP_MARKETPRICE
- See Also:
- Constant Field Values
-
SETUP_FEE
public static final int SETUP_FEE
- See Also:
- Constant Field Values
-
SETUP_CONFIRM
public static final int SETUP_CONFIRM
- See Also:
- Constant Field Values
-
SETUP_GRAPHIC4
public static final int SETUP_GRAPHIC4
- See Also:
- Constant Field Values
-
POPUP
public static final int POPUP
- See Also:
- Constant Field Values
-
TOOLTIP
public static final int TOOLTIP
- See Also:
- Constant Field Values
-
-