Package net.storm.api.interact.mouse
Class MouseMovementStrategy.MousePath
java.lang.Object
net.storm.api.interact.mouse.MouseMovementStrategy.MousePath
- Enclosing interface:
MouseMovementStrategy
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
MousePath
Creates a mouse path with the given points.- Parameters:
points- The sequence of points defining the path shape
-