|
YATS/Forge Documentation
|
Public Member Functions | |
| PathPoint | addPoint (PathPoint par1PathPoint) |
| void | clearPath () |
| PathPoint | dequeue () |
| void | changeDistance (PathPoint par1PathPoint, float par2) |
| boolean | isPathEmpty () |
Adds a point to the path
| void net.minecraft.pathfinding.Path.changeDistance | ( | PathPoint | par1PathPoint, |
| float | par2 | ||
| ) |
Changes the provided point's distance to target
| void net.minecraft.pathfinding.Path.clearPath | ( | ) |
Clears the path
| PathPoint net.minecraft.pathfinding.Path.dequeue | ( | ) |
Returns and removes the first point in the path
| boolean net.minecraft.pathfinding.Path.isPathEmpty | ( | ) |
Returns true if this path contains no points