public class PathFinder
extends java.lang.Object
Constructor and Description |
---|
PathFinder(NodeProcessor nodeProcessorIn) |
Modifier and Type | Method and Description |
---|---|
PathEntity |
createEntityPathTo(IBlockAccess blockaccess,
Entity entityIn,
BlockPos targetPos,
float dist)
Creates a path from an entity to a specified location within a minimum distance
|
PathEntity |
createEntityPathTo(IBlockAccess blockaccess,
Entity entityFrom,
Entity entityTo,
float dist)
Creates a path from one entity to another within a minimum distance
|
public PathFinder(NodeProcessor nodeProcessorIn)
public PathEntity createEntityPathTo(IBlockAccess blockaccess, Entity entityFrom, Entity entityTo, float dist)
public PathEntity createEntityPathTo(IBlockAccess blockaccess, Entity entityIn, BlockPos targetPos, float dist)