Class InstantStrategy

    • Constructor Summary

      Constructors 
      Constructor Description
      InstantStrategy()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Canvas getCanvas()  
      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

      • InstantStrategy

        public InstantStrategy()
    • Method Detail

      • move

        public void move​(net.runelite.api.Point start,
                         net.runelite.api.Point target)
        Specified by:
        move in interface MoveableMouse