Uses of Class
net.minecraft.src.PathPoint

Packages that use PathPoint
net.minecraft.src   
 

Uses of PathPoint in net.minecraft.src
 

Methods in net.minecraft.src that return PathPoint
 PathPoint Path.addPoint(PathPoint par1PathPoint)
          Adds a point to the path
 PathPoint Path.dequeue()
          Returns and removes the first point in the path
 PathPoint PathEntity.getFinalPathPoint()
          returns the last PathPoint of the Array
 PathPoint PathEntity.getPathPointFromIndex(int par1)
          return the PathPoint located at the specified PathIndex, usually the current one
 

Methods in net.minecraft.src with parameters of type PathPoint
 PathPoint Path.addPoint(PathPoint par1PathPoint)
          Adds a point to the path
 void Path.changeDistance(PathPoint par1PathPoint, float par2)
          Changes the provided point's distance to target
 float PathPoint.distanceTo(PathPoint par1PathPoint)
          Returns the linear distance to another path point
 float PathPoint.func_75832_b(PathPoint par1PathPoint)
           
 

Constructors in net.minecraft.src with parameters of type PathPoint
PathEntity(PathPoint[] par1ArrayOfPathPoint)