public interface SwitchableMovement
| Modifier and Type | Method and Description |
|---|---|
Coord |
getLastLocation()
Get the last location the getPath() of this movement model has returned
|
boolean |
isReady()
Checks if the movement model is finished doing its task and it's time to
switch to the next movement model.
|
void |
setLocation(Coord lastWaypoint)
Tell the movement model what its current location is
|
void setLocation(Coord lastWaypoint)
lastWaypoint - Coord getLastLocation()
boolean isReady()