YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.pathfinding.Path Class Reference

Public Member Functions

PathPoint addPoint (PathPoint par1PathPoint)
 
void clearPath ()
 
PathPoint dequeue ()
 
void changeDistance (PathPoint par1PathPoint, float par2)
 
boolean isPathEmpty ()
 

Member Function Documentation

PathPoint net.minecraft.pathfinding.Path.addPoint ( PathPoint  par1PathPoint)

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


The documentation for this class was generated from the following file: