Package net.runelite.api.gameval
Class InterfaceID.GePricechecker
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.GePricechecker
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.GePricechecker extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ALL
static int
FRAME
static int
ITEMS
static int
OTHER
static int
OTHER_GRAPHIC0
static int
OTHER_GRAPHIC1
static int
OTHER_GRAPHIC3
static int
OTHERITEM
static int
OUTPUT
static int
SCROLLBAR
static int
UNIVERSE
static int
UNIVERSE_GRAPHIC3
static int
UNIVERSE_GRAPHIC6
-
Constructor Summary
Constructors Constructor Description GePricechecker()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
ITEMS
public static final int ITEMS
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
UNIVERSE_GRAPHIC3
public static final int UNIVERSE_GRAPHIC3
- See Also:
- Constant Field Values
-
OTHER
public static final int OTHER
- See Also:
- Constant Field Values
-
OTHER_GRAPHIC0
public static final int OTHER_GRAPHIC0
- See Also:
- Constant Field Values
-
OTHER_GRAPHIC1
public static final int OTHER_GRAPHIC1
- See Also:
- Constant Field Values
-
OTHERITEM
public static final int OTHERITEM
- See Also:
- Constant Field Values
-
OTHER_GRAPHIC3
public static final int OTHER_GRAPHIC3
- See Also:
- Constant Field Values
-
ALL
public static final int ALL
- See Also:
- Constant Field Values
-
UNIVERSE_GRAPHIC6
public static final int UNIVERSE_GRAPHIC6
- See Also:
- Constant Field Values
-
OUTPUT
public static final int OUTPUT
- See Also:
- Constant Field Values
-
-