Class MouseMovementStrategy.MousePath

java.lang.Object
net.storm.api.interact.mouse.MouseMovementStrategy.MousePath
Enclosing interface:
MouseMovementStrategy

public static class MouseMovementStrategy.MousePath extends Object
Represents a mouse movement path - a sequence of points defining the path shape. The execution speed is determined by the InteractManager, not by this class.
  • Constructor Details

    • MousePath

      public MousePath(List<Point> points)
      Creates a mouse path with the given points.
      Parameters:
      points - The sequence of points defining the path shape