| Constructor and Description | 
|---|
Path()  | 
| Modifier and Type | Method and Description | 
|---|---|
PathPoint | 
addPoint(PathPoint par1PathPoint)
Adds a point to the path 
 | 
void | 
changeDistance(PathPoint par1PathPoint,
                            float par2)
Changes the provided point's distance to target 
 | 
void | 
clearPath()
Clears the path 
 | 
PathPoint | 
dequeue()
Returns and removes the first point in the path 
 | 
boolean | 
isPathEmpty()
Returns true if this path contains no points 
 | 
public Path()
public void clearPath()
public void changeDistance(PathPoint par1PathPoint, float par2)
public boolean isPathEmpty()