net.minecraft.src
Class PathFinder

java.lang.Object
  extended by net.minecraft.src.PathFinder

public class PathFinder
extends Object


Constructor Summary
PathFinder(IBlockAccess par1IBlockAccess, boolean par2, boolean par3, boolean par4, boolean par5)
           
 
Method Summary
 PathEntity createEntityPathTo(Entity par1Entity, Entity par2Entity, float par3)
          Creates a path from one entity to another within a minimum distance
 PathEntity createEntityPathTo(Entity par1Entity, int par2, int par3, int par4, float par5)
          Creates a path from an entity to a specified location within a minimum distance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathFinder

public PathFinder(IBlockAccess par1IBlockAccess,
                  boolean par2,
                  boolean par3,
                  boolean par4,
                  boolean par5)
Method Detail

createEntityPathTo

public PathEntity createEntityPathTo(Entity par1Entity,
                                     Entity par2Entity,
                                     float par3)
Creates a path from one entity to another within a minimum distance


createEntityPathTo

public PathEntity createEntityPathTo(Entity par1Entity,
                                     int par2,
                                     int par3,
                                     int par4,
                                     float par5)
Creates a path from an entity to a specified location within a minimum distance