Class ReplayStrategy

    • Constructor Summary

      Constructors 
      Constructor Description
      ReplayStrategy()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Canvas getCanvas()  
      void loadLibrary​(java.lang.String library)
      Loads a specified library by name and initializes it within the current context.
      void move​(net.runelite.api.Point start, net.runelite.api.Point target)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReplayStrategy

        public ReplayStrategy()
    • Method Detail

      • move

        public void move​(net.runelite.api.Point start,
                         net.runelite.api.Point target)
        Specified by:
        move in interface MoveableMouse
      • 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.