public class PathFinder
extends java.lang.Object
Constructor and Description |
---|
PathFinder(NodeProcessor processor) |
Modifier and Type | Method and Description |
---|---|
Path |
findPath(IBlockAccess worldIn,
EntityLiving entitylivingIn,
BlockPos targetPos,
float maxDistance) |
Path |
findPath(IBlockAccess worldIn,
EntityLiving entitylivingIn,
Entity targetEntity,
float maxDistance) |
public PathFinder(NodeProcessor processor)
@Nullable public Path findPath(IBlockAccess worldIn, EntityLiving entitylivingIn, Entity targetEntity, float maxDistance)
@Nullable public Path findPath(IBlockAccess worldIn, EntityLiving entitylivingIn, BlockPos targetPos, float maxDistance)