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