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 intGRABstatic intGRAB_EVIL_TWIN_ARROWSstatic intGRAB_EVIL_TWIN_BUTTONstatic intGRAB_EVIL_TWIN_CLOSEstatic intGRAB_EVIL_TWIN_JOYSTICKstatic intGRAB_EVIL_TWIN_PANELstatic intMOVE_DOWNstatic intMOVE_LEFTstatic intMOVE_RIGHTstatic intMOVE_UPstatic intTRIESstatic intUNIVERSE
-
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
-
-