public class PathFinder
extends java.lang.Object
| Constructor and Description | 
|---|
| PathFinder(NodeProcessor processor) | 
| Modifier and Type | Method and Description | 
|---|---|
| Path | findPath(IBlockAccess worldIn,
        EntityLiving p_186336_2_,
        BlockPos p_186336_3_,
        float p_186336_4_) | 
| Path | findPath(IBlockAccess worldIn,
        EntityLiving p_186333_2_,
        Entity p_186333_3_,
        float p_186333_4_) | 
public PathFinder(NodeProcessor processor)
@Nullable public Path findPath(IBlockAccess worldIn, EntityLiving p_186333_2_, Entity p_186333_3_, float p_186333_4_)
@Nullable public Path findPath(IBlockAccess worldIn, EntityLiving p_186336_2_, BlockPos p_186336_3_, float p_186336_4_)