Class WindStrategy

    • Constructor Summary

      Constructors 
      Constructor Description
      WindStrategy()  
    • 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)  
      void move​(net.runelite.api.Point start, net.runelite.api.Point target, WindMouseConfig config)
      Configurable move for custom physics profiles.
      • Methods inherited from class java.lang.Object

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

      • WindStrategy

        public WindStrategy()
    • Method Detail

      • move

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

        public void move​(net.runelite.api.Point start,
                         net.runelite.api.Point target,
                         WindMouseConfig config)
        Configurable move for custom physics profiles.
        Parameters:
        start - The starting mouse position
        target - The target mouse position
        config - WindMouseConfig custom configuration