Package net.runelite.api.gameval
Class InterfaceID.MacroEvilTwin
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.MacroEvilTwin
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.MacroEvilTwin extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GRAB
static int
GRAB_EVIL_TWIN_ARROWS
static int
GRAB_EVIL_TWIN_BUTTON
static int
GRAB_EVIL_TWIN_CLOSE
static int
GRAB_EVIL_TWIN_JOYSTICK
static int
GRAB_EVIL_TWIN_PANEL
static int
MOVE_DOWN
static int
MOVE_LEFT
static int
MOVE_RIGHT
static int
MOVE_UP
static int
TRIES
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description MacroEvilTwin()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
GRAB_EVIL_TWIN_PANEL
public static final int GRAB_EVIL_TWIN_PANEL
- See Also:
- Constant Field Values
-
GRAB_EVIL_TWIN_ARROWS
public static final int GRAB_EVIL_TWIN_ARROWS
- See Also:
- Constant Field Values
-
GRAB
public static final int GRAB
- See Also:
- Constant Field Values
-
GRAB_EVIL_TWIN_BUTTON
public static final int GRAB_EVIL_TWIN_BUTTON
- See Also:
- Constant Field Values
-
GRAB_EVIL_TWIN_JOYSTICK
public static final int GRAB_EVIL_TWIN_JOYSTICK
- See Also:
- Constant Field Values
-
GRAB_EVIL_TWIN_CLOSE
public static final int GRAB_EVIL_TWIN_CLOSE
- See Also:
- Constant Field Values
-
MOVE_RIGHT
public static final int MOVE_RIGHT
- See Also:
- Constant Field Values
-
MOVE_UP
public static final int MOVE_UP
- See Also:
- Constant Field Values
-
MOVE_LEFT
public static final int MOVE_LEFT
- See Also:
- Constant Field Values
-
MOVE_DOWN
public static final int MOVE_DOWN
- See Also:
- Constant Field Values
-
TRIES
public static final int TRIES
- See Also:
- Constant Field Values
-
-