Class ReplayStrategy
- java.lang.Object
-
- com.kraken.api.input.mouse.strategy.replay.ReplayStrategy
-
- All Implemented Interfaces:
MoveableMouse
public class ReplayStrategy extends java.lang.Object implements MoveableMouse
-
-
Constructor Summary
Constructors Constructor Description ReplayStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.CanvasgetCanvas()voidloadLibrary(java.lang.String library)Loads a specified library by name and initializes it within the current context.voidmove(net.runelite.api.Point start, net.runelite.api.Point target)
-
-
-
Method Detail
-
getCanvas
public java.awt.Canvas getCanvas()
- Specified by:
getCanvasin interfaceMoveableMouse
-
move
public void move(net.runelite.api.Point start, net.runelite.api.Point target)- Specified by:
movein interfaceMoveableMouse
-
loadLibrary
public void loadLibrary(java.lang.String library)
Loads a specified library by name and initializes it within the current context.This method sets the library name to the provided parameter and delegates the actual loading process to the PathLibrary class.
- Parameters:
library- The name of the library to be loaded. This must be a valid, non-null string representing the name or path of the library.
-
-