Package net.runelite.api.gameval
Class InterfaceID.PogCoinMachine
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.PogCoinMachine
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.PogCoinMachine extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CLOSE
static int
CONTENTS
static int
FRAME
static int
MACHINE
static int
MAIN
static int
POG_BUTTON_1
static int
POG_BUTTON_2
static int
POG_COIN_DISPLAY1_1
static int
POG_COIN_DISPLAY1_1_SLOT
static int
POG_COIN_DISPLAY1_1_WINDOW
static int
POG_COIN_DISPLAY2_1
static int
POG_COIN_DISPLAY2_1_SLOT
static int
POG_COIN_DISPLAY2_1_WINDOW
static int
POG_COIN_DISPLAY2_2
static int
POG_COIN_DISPLAY2_2_SLOT
static int
POG_COIN_DISPLAY2_2_WINDOW
static int
POG_COIN_EXAMINE_01
static int
POG_COIN_EXAMINE_02
static int
POG_COIN_EXAMINE_03
static int
POG_COIN_SET_01
static int
POG_COIN_SET_02
static int
POG_COIN_SET_03
static int
POG_CORRECT
static int
POG_OPERATE_CANCEL
static int
POG_TARGET_1_1
static int
POG_TARGET_1_2
static int
POG_TARGET_2
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description PogCoinMachine()
-
-
-
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
-
POG_COIN_DISPLAY1_1_SLOT
public static final int POG_COIN_DISPLAY1_1_SLOT
- See Also:
- Constant Field Values
-
POG_COIN_DISPLAY2_1_SLOT
public static final int POG_COIN_DISPLAY2_1_SLOT
- See Also:
- Constant Field Values
-
POG_COIN_DISPLAY2_2_SLOT
public static final int POG_COIN_DISPLAY2_2_SLOT
- See Also:
- Constant Field Values
-
POG_COIN_DISPLAY1_1_WINDOW
public static final int POG_COIN_DISPLAY1_1_WINDOW
- See Also:
- Constant Field Values
-
POG_COIN_DISPLAY2_1_WINDOW
public static final int POG_COIN_DISPLAY2_1_WINDOW
- See Also:
- Constant Field Values
-
POG_COIN_DISPLAY2_2_WINDOW
public static final int POG_COIN_DISPLAY2_2_WINDOW
- See Also:
- Constant Field Values
-
POG_BUTTON_1
public static final int POG_BUTTON_1
- See Also:
- Constant Field Values
-
POG_BUTTON_2
public static final int POG_BUTTON_2
- See Also:
- Constant Field Values
-
POG_COIN_DISPLAY1_1
public static final int POG_COIN_DISPLAY1_1
- See Also:
- Constant Field Values
-
POG_COIN_DISPLAY2_1
public static final int POG_COIN_DISPLAY2_1
- See Also:
- Constant Field Values
-
POG_COIN_DISPLAY2_2
public static final int POG_COIN_DISPLAY2_2
- See Also:
- Constant Field Values
-
POG_TARGET_1_1
public static final int POG_TARGET_1_1
- See Also:
- Constant Field Values
-
POG_TARGET_1_2
public static final int POG_TARGET_1_2
- See Also:
- Constant Field Values
-
POG_TARGET_2
public static final int POG_TARGET_2
- See Also:
- Constant Field Values
-
POG_COIN_SET_01
public static final int POG_COIN_SET_01
- See Also:
- Constant Field Values
-
POG_COIN_SET_02
public static final int POG_COIN_SET_02
- See Also:
- Constant Field Values
-
POG_COIN_SET_03
public static final int POG_COIN_SET_03
- See Also:
- Constant Field Values
-
POG_COIN_EXAMINE_01
public static final int POG_COIN_EXAMINE_01
- See Also:
- Constant Field Values
-
POG_COIN_EXAMINE_02
public static final int POG_COIN_EXAMINE_02
- See Also:
- Constant Field Values
-
POG_COIN_EXAMINE_03
public static final int POG_COIN_EXAMINE_03
- See Also:
- Constant Field Values
-
POG_OPERATE_CANCEL
public static final int POG_OPERATE_CANCEL
- See Also:
- Constant Field Values
-
POG_CORRECT
public static final int POG_CORRECT
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
-