Package net.runelite.api.gameval
Class InterfaceID.LotgMachine
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.LotgMachine
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.LotgMachine extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CENTRE_RING
static int
CENTRE_RING_POWER
static int
CONFIRM
static int
CONFIRM_BUTTON
static int
CONTENT
static int
COUNTER1
static int
COUNTER2
static int
COUNTER3
static int
FRAME
static int
INTERFACE
static int
METER_1
static int
METER_2
static int
METER_3
static int
METER1_DOWN
static int
METER1_DOWN_ICON
static int
METER1_LAYER
static int
METER1_UP
static int
METER1_UP_ICON
static int
METER2_DOWN
static int
METER2_DOWN_ICON
static int
METER2_LAYER
static int
METER2_UP
static int
METER2_UP_ICON
static int
METER3_DOWN
static int
METER3_DOWN_ICON
static int
METER3_LAYER
static int
METER3_UP
static int
METER3_UP_ICON
static int
MIDDLE_RING
static int
MIDDLE_RING_POWER
static int
OUTER_RING
static int
OUTER_RING_POWER
static int
PANEL
static int
PANEL_MODEL0
static int
PANEL_MODEL4
static int
PANEL_MODEL5
static int
PANEL_MODEL6
static int
RING
static int
RING_MODEL0
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description LotgMachine()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
INTERFACE
public static final int INTERFACE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
PANEL
public static final int PANEL
- See Also:
- Constant Field Values
-
PANEL_MODEL0
public static final int PANEL_MODEL0
- See Also:
- Constant Field Values
-
METER1_LAYER
public static final int METER1_LAYER
- See Also:
- Constant Field Values
-
METER_1
public static final int METER_1
- See Also:
- Constant Field Values
-
METER2_LAYER
public static final int METER2_LAYER
- See Also:
- Constant Field Values
-
METER_2
public static final int METER_2
- See Also:
- Constant Field Values
-
METER3_LAYER
public static final int METER3_LAYER
- See Also:
- Constant Field Values
-
METER_3
public static final int METER_3
- See Also:
- Constant Field Values
-
PANEL_MODEL4
public static final int PANEL_MODEL4
- See Also:
- Constant Field Values
-
PANEL_MODEL5
public static final int PANEL_MODEL5
- See Also:
- Constant Field Values
-
PANEL_MODEL6
public static final int PANEL_MODEL6
- See Also:
- Constant Field Values
-
METER1_UP_ICON
public static final int METER1_UP_ICON
- See Also:
- Constant Field Values
-
METER2_UP_ICON
public static final int METER2_UP_ICON
- See Also:
- Constant Field Values
-
METER3_UP_ICON
public static final int METER3_UP_ICON
- See Also:
- Constant Field Values
-
METER1_DOWN_ICON
public static final int METER1_DOWN_ICON
- See Also:
- Constant Field Values
-
METER2_DOWN_ICON
public static final int METER2_DOWN_ICON
- See Also:
- Constant Field Values
-
METER3_DOWN_ICON
public static final int METER3_DOWN_ICON
- See Also:
- Constant Field Values
-
METER1_UP
public static final int METER1_UP
- See Also:
- Constant Field Values
-
METER1_DOWN
public static final int METER1_DOWN
- See Also:
- Constant Field Values
-
METER2_UP
public static final int METER2_UP
- See Also:
- Constant Field Values
-
METER2_DOWN
public static final int METER2_DOWN
- See Also:
- Constant Field Values
-
METER3_UP
public static final int METER3_UP
- See Also:
- Constant Field Values
-
METER3_DOWN
public static final int METER3_DOWN
- See Also:
- Constant Field Values
-
COUNTER1
public static final int COUNTER1
- See Also:
- Constant Field Values
-
COUNTER2
public static final int COUNTER2
- See Also:
- Constant Field Values
-
COUNTER3
public static final int COUNTER3
- See Also:
- Constant Field Values
-
RING
public static final int RING
- See Also:
- Constant Field Values
-
RING_MODEL0
public static final int RING_MODEL0
- See Also:
- Constant Field Values
-
OUTER_RING
public static final int OUTER_RING
- See Also:
- Constant Field Values
-
OUTER_RING_POWER
public static final int OUTER_RING_POWER
- See Also:
- Constant Field Values
-
MIDDLE_RING
public static final int MIDDLE_RING
- See Also:
- Constant Field Values
-
MIDDLE_RING_POWER
public static final int MIDDLE_RING_POWER
- See Also:
- Constant Field Values
-
CENTRE_RING
public static final int CENTRE_RING
- See Also:
- Constant Field Values
-
CENTRE_RING_POWER
public static final int CENTRE_RING_POWER
- See Also:
- Constant Field Values
-
CONFIRM_BUTTON
public static final int CONFIRM_BUTTON
- See Also:
- Constant Field Values
-
CONFIRM
public static final int CONFIRM
- See Also:
- Constant Field Values
-
-