Package net.runelite.api.gameval
Class InterfaceID.Trademain
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Trademain
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Trademain extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACCEPT
static int
ACCEPT_RECT0
static int
ACCEPT_TEXT
static int
CONTAINER
static int
DECLINE
static int
DECLINE_RECT0
static int
DECLINE_TEXT1
static int
FRAME
static int
FREE_SPACE_TEXT
static int
FREESPACE_CONTAINER
static int
FREESPACE_CONTAINER_RECT0
static int
MIDDLE
static int
MIDDLE_GRAPHIC0
static int
MIDDLE_GRAPHIC10
static int
MIDDLE_GRAPHIC11
static int
MIDDLE_GRAPHIC4
static int
MIDDLE_GRAPHIC5
static int
MIDDLE_GRAPHIC6
static int
MIDDLE_GRAPHIC7
static int
MIDDLE_GRAPHIC8
static int
MIDDLE_GRAPHIC9
static int
OTHER_OFFER
static int
OTHER_OFFER_HEADER
static int
OTHER_REMOVED
static int
STATUS
static int
TITLE
static int
TOOLTIP
static int
UNIVERSE
static int
WHOLESCREEN
static int
WHOLESCREEN_RECT0
static int
YOUR_OFFER
static int
YOUR_OFFER_HEADER
static int
YOUR_REMOVED
-
Constructor Summary
Constructors Constructor Description Trademain()
-
-
-
Field Detail
-
WHOLESCREEN
public static final int WHOLESCREEN
- See Also:
- Constant Field Values
-
WHOLESCREEN_RECT0
public static final int WHOLESCREEN_RECT0
- See Also:
- Constant Field Values
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTAINER
public static final int CONTAINER
- See Also:
- Constant Field Values
-
MIDDLE
public static final int MIDDLE
- See Also:
- Constant Field Values
-
MIDDLE_GRAPHIC0
public static final int MIDDLE_GRAPHIC0
- See Also:
- Constant Field Values
-
FREESPACE_CONTAINER
public static final int FREESPACE_CONTAINER
- See Also:
- Constant Field Values
-
FREESPACE_CONTAINER_RECT0
public static final int FREESPACE_CONTAINER_RECT0
- See Also:
- Constant Field Values
-
FREE_SPACE_TEXT
public static final int FREE_SPACE_TEXT
- See Also:
- Constant Field Values
-
ACCEPT
public static final int ACCEPT
- See Also:
- Constant Field Values
-
ACCEPT_RECT0
public static final int ACCEPT_RECT0
- See Also:
- Constant Field Values
-
ACCEPT_TEXT
public static final int ACCEPT_TEXT
- See Also:
- Constant Field Values
-
DECLINE
public static final int DECLINE
- See Also:
- Constant Field Values
-
DECLINE_RECT0
public static final int DECLINE_RECT0
- See Also:
- Constant Field Values
-
DECLINE_TEXT1
public static final int DECLINE_TEXT1
- See Also:
- Constant Field Values
-
MIDDLE_GRAPHIC4
public static final int MIDDLE_GRAPHIC4
- See Also:
- Constant Field Values
-
MIDDLE_GRAPHIC5
public static final int MIDDLE_GRAPHIC5
- See Also:
- Constant Field Values
-
MIDDLE_GRAPHIC6
public static final int MIDDLE_GRAPHIC6
- See Also:
- Constant Field Values
-
MIDDLE_GRAPHIC7
public static final int MIDDLE_GRAPHIC7
- See Also:
- Constant Field Values
-
MIDDLE_GRAPHIC8
public static final int MIDDLE_GRAPHIC8
- See Also:
- Constant Field Values
-
MIDDLE_GRAPHIC9
public static final int MIDDLE_GRAPHIC9
- See Also:
- Constant Field Values
-
MIDDLE_GRAPHIC10
public static final int MIDDLE_GRAPHIC10
- See Also:
- Constant Field Values
-
MIDDLE_GRAPHIC11
public static final int MIDDLE_GRAPHIC11
- See Also:
- Constant Field Values
-
YOUR_OFFER_HEADER
public static final int YOUR_OFFER_HEADER
- See Also:
- Constant Field Values
-
YOUR_OFFER
public static final int YOUR_OFFER
- See Also:
- Constant Field Values
-
YOUR_REMOVED
public static final int YOUR_REMOVED
- See Also:
- Constant Field Values
-
OTHER_OFFER_HEADER
public static final int OTHER_OFFER_HEADER
- See Also:
- Constant Field Values
-
OTHER_OFFER
public static final int OTHER_OFFER
- See Also:
- Constant Field Values
-
OTHER_REMOVED
public static final int OTHER_REMOVED
- See Also:
- Constant Field Values
-
STATUS
public static final int STATUS
- See Also:
- Constant Field Values
-
TITLE
public static final int TITLE
- See Also:
- Constant Field Values
-
TOOLTIP
public static final int TOOLTIP
- See Also:
- Constant Field Values
-
-