Package net.runelite.api.gameval
Class InterfaceID.Shopmain
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Shopmain
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Shopmain extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
DESKTOP_INSTRUCTIONS
static int
FRAME
static int
ITEMS
static int
NOTE_BUTTON
static int
PC_GRAPHIC
static int
QUANTITY_TEXT
static int
QUANTITY1
static int
QUANTITY1_TEXT
static int
QUANTITY10
static int
QUANTITY10_TEXT
static int
QUANTITY5
static int
QUANTITY5_TEXT
static int
QUANTITY50
static int
QUANTITY50_TEXT
static int
QUANTITYX
static int
QUANTITYX_GRAPHIC0
static int
SCROLLBAR
static int
UNIVERSE
static int
VALUE
static int
VALUE_TEXT
-
Constructor Summary
Constructors Constructor Description Shopmain()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
QUANTITYX
public static final int QUANTITYX
- See Also:
- Constant Field Values
-
QUANTITYX_GRAPHIC0
public static final int QUANTITYX_GRAPHIC0
- See Also:
- Constant Field Values
-
VALUE_TEXT
public static final int VALUE_TEXT
- See Also:
- Constant Field Values
-
VALUE
public static final int VALUE
- See Also:
- Constant Field Values
-
PC_GRAPHIC
public static final int PC_GRAPHIC
- See Also:
- Constant Field Values
-
QUANTITY_TEXT
public static final int QUANTITY_TEXT
- See Also:
- Constant Field Values
-
QUANTITY1
public static final int QUANTITY1
- See Also:
- Constant Field Values
-
QUANTITY1_TEXT
public static final int QUANTITY1_TEXT
- See Also:
- Constant Field Values
-
QUANTITY5
public static final int QUANTITY5
- See Also:
- Constant Field Values
-
QUANTITY5_TEXT
public static final int QUANTITY5_TEXT
- See Also:
- Constant Field Values
-
QUANTITY10
public static final int QUANTITY10
- See Also:
- Constant Field Values
-
QUANTITY10_TEXT
public static final int QUANTITY10_TEXT
- See Also:
- Constant Field Values
-
QUANTITY50
public static final int QUANTITY50
- See Also:
- Constant Field Values
-
QUANTITY50_TEXT
public static final int QUANTITY50_TEXT
- See Also:
- Constant Field Values
-
ITEMS
public static final int ITEMS
- See Also:
- Constant Field Values
-
NOTE_BUTTON
public static final int NOTE_BUTTON
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
DESKTOP_INSTRUCTIONS
public static final int DESKTOP_INSTRUCTIONS
- See Also:
- Constant Field Values
-
-