Interface NodeFollower
- All Known Implementing Classes:
FlyingNodeFollower, GroundNodeFollower, NoPhysicsNodeFollower, WaterNodeFollower
public interface NodeFollower
-
Method Summary
Modifier and TypeMethodDescriptionbooleanCheck if the follower is at the specified pointvoidJumpdoubleGet the movement speed of the followervoidmoveTowards(Point target, double speed, Point lookAt) Move towards the specified point
-
Method Details
-
moveTowards
-
jump
-
isAtPoint
Check if the follower is at the specified point- Parameters:
point- the point to check- Returns:
- true if the follower is at the point
-
movementSpeed
double movementSpeed()Get the movement speed of the follower- Returns:
- the movement speed
-