Package net.runelite.api.gameval
Class InterfaceID.PogCoinExchanger
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.PogCoinExchanger
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.PogCoinExchanger extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CLOSE
static int
CONTENTS
static int
EXCHANGE
static int
EXCHANGE_CLICKZONE
static int
EXCHANGE_ICON
static int
FRAME
static int
INPUT_1
static int
INPUT_1_CLICKZONE
static int
INPUT_1_MODEL
static int
INPUT_1_SLOT
static int
INPUT_1_WINDOW
static int
INPUT_2
static int
INPUT_2_CLICKZONE
static int
INPUT_2_MODEL
static int
INPUT_2_SLOT
static int
INPUT_2_WINDOW
static int
INPUT_3
static int
INPUT_3_CLICKZONE
static int
INPUT_3_MODEL
static int
INPUT_3_SLOT
static int
INPUT_3_WINDOW
static int
MACHINE
static int
MAIN
static int
OUTPUT_1
static int
OUTPUT_1_CLICKZONE
static int
OUTPUT_1_MODEL
static int
OUTPUT_2
static int
OUTPUT_2_CLICKZONE
static int
OUTPUT_2_MODEL
static int
OUTPUT_3
static int
OUTPUT_3_CLICKZONE
static int
OUTPUT_3_MODEL
static int
OUTPUT_4
static int
OUTPUT_4_CLICKZONE
static int
OUTPUT_4_MODEL
static int
RESET
static int
RESET_CLICKZONE
static int
RESET_ICON
static int
SUBMIT
static int
SUBMIT_CLICKZONE
static int
SUBMIT_ICON
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description PogCoinExchanger()
-
-
-
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
-
MAIN
public static final int MAIN
- See Also:
- Constant Field Values
-
MACHINE
public static final int MACHINE
- See Also:
- Constant Field Values
-
INPUT_1
public static final int INPUT_1
- See Also:
- Constant Field Values
-
INPUT_1_SLOT
public static final int INPUT_1_SLOT
- See Also:
- Constant Field Values
-
INPUT_1_WINDOW
public static final int INPUT_1_WINDOW
- See Also:
- Constant Field Values
-
INPUT_1_MODEL
public static final int INPUT_1_MODEL
- See Also:
- Constant Field Values
-
INPUT_1_CLICKZONE
public static final int INPUT_1_CLICKZONE
- See Also:
- Constant Field Values
-
INPUT_2
public static final int INPUT_2
- See Also:
- Constant Field Values
-
INPUT_2_SLOT
public static final int INPUT_2_SLOT
- See Also:
- Constant Field Values
-
INPUT_2_WINDOW
public static final int INPUT_2_WINDOW
- See Also:
- Constant Field Values
-
INPUT_2_MODEL
public static final int INPUT_2_MODEL
- See Also:
- Constant Field Values
-
INPUT_2_CLICKZONE
public static final int INPUT_2_CLICKZONE
- See Also:
- Constant Field Values
-
INPUT_3
public static final int INPUT_3
- See Also:
- Constant Field Values
-
INPUT_3_SLOT
public static final int INPUT_3_SLOT
- See Also:
- Constant Field Values
-
INPUT_3_WINDOW
public static final int INPUT_3_WINDOW
- See Also:
- Constant Field Values
-
INPUT_3_MODEL
public static final int INPUT_3_MODEL
- See Also:
- Constant Field Values
-
INPUT_3_CLICKZONE
public static final int INPUT_3_CLICKZONE
- See Also:
- Constant Field Values
-
OUTPUT_1
public static final int OUTPUT_1
- See Also:
- Constant Field Values
-
OUTPUT_1_MODEL
public static final int OUTPUT_1_MODEL
- See Also:
- Constant Field Values
-
OUTPUT_1_CLICKZONE
public static final int OUTPUT_1_CLICKZONE
- See Also:
- Constant Field Values
-
OUTPUT_2
public static final int OUTPUT_2
- See Also:
- Constant Field Values
-
OUTPUT_2_MODEL
public static final int OUTPUT_2_MODEL
- See Also:
- Constant Field Values
-
OUTPUT_2_CLICKZONE
public static final int OUTPUT_2_CLICKZONE
- See Also:
- Constant Field Values
-
OUTPUT_3
public static final int OUTPUT_3
- See Also:
- Constant Field Values
-
OUTPUT_3_MODEL
public static final int OUTPUT_3_MODEL
- See Also:
- Constant Field Values
-
OUTPUT_3_CLICKZONE
public static final int OUTPUT_3_CLICKZONE
- See Also:
- Constant Field Values
-
OUTPUT_4
public static final int OUTPUT_4
- See Also:
- Constant Field Values
-
OUTPUT_4_MODEL
public static final int OUTPUT_4_MODEL
- See Also:
- Constant Field Values
-
OUTPUT_4_CLICKZONE
public static final int OUTPUT_4_CLICKZONE
- See Also:
- Constant Field Values
-
RESET
public static final int RESET
- See Also:
- Constant Field Values
-
RESET_ICON
public static final int RESET_ICON
- See Also:
- Constant Field Values
-
RESET_CLICKZONE
public static final int RESET_CLICKZONE
- See Also:
- Constant Field Values
-
SUBMIT
public static final int SUBMIT
- See Also:
- Constant Field Values
-
SUBMIT_ICON
public static final int SUBMIT_ICON
- See Also:
- Constant Field Values
-
SUBMIT_CLICKZONE
public static final int SUBMIT_CLICKZONE
- See Also:
- Constant Field Values
-
EXCHANGE
public static final int EXCHANGE
- See Also:
- Constant Field Values
-
EXCHANGE_ICON
public static final int EXCHANGE_ICON
- See Also:
- Constant Field Values
-
EXCHANGE_CLICKZONE
public static final int EXCHANGE_CLICKZONE
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
-