Package net.runelite.api.gameval
Class InterfaceID.EyegloChangeMachine
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.EyegloChangeMachine
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.EyegloChangeMachine extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CHANGE_MACHINE
static int
CONTENT
static int
CONTENT_GRAPHIC11
static int
EXCHANGE_BUTTON
static int
EXCHANGE_CANCEL
static int
EXCHANGE_COINSLOT
static int
EXCHANGE_CURRENT_COIN
static int
EXCHANGE_HAND
static int
EXCHANGE_TAKECOINS
static int
EXCHANGE_WINDOW
static int
IN
static int
IN_0
static int
IN_1
static int
IN_2
static int
OUT
static int
OUT_0
static int
OUT_1
static int
OUT_2
static int
OUT_3
static int
TAKE_BUTTON
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description EyegloChangeMachine()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
CHANGE_MACHINE
public static final int CHANGE_MACHINE
- See Also:
- Constant Field Values
-
IN
public static final int IN
- See Also:
- Constant Field Values
-
IN_0
public static final int IN_0
- See Also:
- Constant Field Values
-
IN_1
public static final int IN_1
- See Also:
- Constant Field Values
-
IN_2
public static final int IN_2
- See Also:
- Constant Field Values
-
OUT
public static final int OUT
- See Also:
- Constant Field Values
-
OUT_0
public static final int OUT_0
- See Also:
- Constant Field Values
-
OUT_1
public static final int OUT_1
- See Also:
- Constant Field Values
-
OUT_2
public static final int OUT_2
- See Also:
- Constant Field Values
-
OUT_3
public static final int OUT_3
- See Also:
- Constant Field Values
-
EXCHANGE_WINDOW
public static final int EXCHANGE_WINDOW
- See Also:
- Constant Field Values
-
EXCHANGE_BUTTON
public static final int EXCHANGE_BUTTON
- See Also:
- Constant Field Values
-
EXCHANGE_COINSLOT
public static final int EXCHANGE_COINSLOT
- See Also:
- Constant Field Values
-
EXCHANGE_CANCEL
public static final int EXCHANGE_CANCEL
- See Also:
- Constant Field Values
-
EXCHANGE_TAKECOINS
public static final int EXCHANGE_TAKECOINS
- See Also:
- Constant Field Values
-
TAKE_BUTTON
public static final int TAKE_BUTTON
- See Also:
- Constant Field Values
-
EXCHANGE_HAND
public static final int EXCHANGE_HAND
- See Also:
- Constant Field Values
-
EXCHANGE_CURRENT_COIN
public static final int EXCHANGE_CURRENT_COIN
- See Also:
- Constant Field Values
-
CONTENT_GRAPHIC11
public static final int CONTENT_GRAPHIC11
- See Also:
- Constant Field Values
-
-