net.minecraft.entity.ai.pathing

public abstract class NodeEvaluator

cbd
net.minecraft.class_2771
net.minecraft.entity.ai.pathing.NodeEvaluator
net.minecraft.pathfinding.NodeProcessor
net.minecraft.pathfinding.NodeProcessor

Field summary

Modifier and TypeField
protected BlockView
a
field_13075
world
field_176169_a
blockaccess
protected MobEntity
b
field_13076
mob
field_186326_b
entity
protected final Int2ObjectHashMap<PathNode>
c
field_13077
nodes
field_176167_b
pointMap
protected int
d
field_13078
entityWidth
field_176168_c
entitySizeX
protected int
e
field_13079
entityHeight
field_176165_d
entitySizeY
protected int
f
field_13080
entityDepth
field_176166_e
entitySizeZ
protected boolean
g
field_13081
canPassThroughDoors
field_176180_f
canEnterDoors
protected boolean
h
field_13082
canOpenDoors
field_176181_g
canOpenDoors
protected boolean
i
field_13083
canFloat
field_176184_i
canSwim

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
a(axk arg0, afb arg1)
method_11915(class_1158 arg0, class_871 arg1)
prepare(BlockView world, MobEntity mob)
func_186315_a(IBlockReader arg0, EntityLiving arg1)
init(IBlockReader sourceIn, EntityLiving mob)
public void
a()
method_11910()
done()
func_176163_a()
postProcess()
protected PathNode
a(int arg0, int arg1, int arg2)
method_11912(int arg0, int arg1, int arg2)
getNode(int x, int y, int z)
func_176159_a(int arg0, int arg1, int arg2)
openPoint(int x, int y, int z)
public abstract PathNode
b()
method_11918()
getStart()
func_186318_b()
getStart()
public abstract PathNode
a(double arg0, double arg1, double arg2)
method_11911(double arg0, double arg1, double arg2)
getTarget(double x, double y, double z)
func_186325_a(double arg0, double arg1, double arg2)
getPathPointToCoords(double x, double y, double z)
public abstract int
a(cbc[] arg0, cbc arg1, cbc arg2, float arg3)
method_11917(class_86[] arg0, class_86 arg1, class_86 arg2, float arg3)
getNeighbors(PathNode[] path, PathNode node, PathNode target, float range)
func_186320_a(PathPoint[] arg0, PathPoint arg1, PathPoint arg2, float arg3)
findPathOptions(PathPoint[] pathOptions, PathPoint currentPoint, PathPoint targetPoint, float maxDistance)
public abstract PathBlockingType
a(axk arg0, int arg1, int arg2, int arg3, afb arg4, int arg5, int arg6, int arg7, boolean arg8, boolean arg9)
method_11914(class_1158 arg0, int arg1, int arg2, int arg3, class_871 arg4, int arg5, int arg6, int arg7, boolean arg8, boolean arg9)
getBlockingType(BlockView world, int x, int y, int z, MobEntity mob, int width, int height, int depth, boolean canOpenDoors, boolean canPassThroughDoors)
func_186319_a(IBlockReader arg0, int arg1, int arg2, int arg3, EntityLiving arg4, int arg5, int arg6, int arg7, boolean arg8, boolean arg9)
getPathNodeType(IBlockReader blockaccessIn, int x, int y, int z, EntityLiving entitylivingIn, int xSize, int ySize, int zSize, boolean canBreakDoorsIn, boolean arg9)
public abstract PathBlockingType
a(axk arg0, int arg1, int arg2, int arg3)
method_11913(class_1158 arg0, int arg1, int arg2, int arg3)
getBlockingType(BlockView world, int x, int y, int z)
func_186330_a(IBlockReader arg0, int arg1, int arg2, int arg3)
getPathNodeType(IBlockReader blockaccessIn, int x, int y, int z)
public void
a(boolean arg0)
method_11916(boolean arg0)
setCanPassThroughDoors(boolean canPassThroughDoors)
func_186317_a(boolean arg0)
setCanEnterDoors(boolean canEnterDoorsIn)
public void
b(boolean arg0)
method_11919(boolean arg0)
setCanOpenDoors(boolean canOpenDoors)
func_186321_b(boolean arg0)
setCanOpenDoors(boolean canOpenDoorsIn)
public void
c(boolean arg0)
method_11921(boolean arg0)
setCanFloat(boolean canFloat)
func_186316_c(boolean arg0)
setCanSwim(boolean canSwimIn)
public boolean
c()
method_11920()
canPassThroughDoors()
func_186323_c()
getCanEnterDoors()
public boolean
d()
method_11922()
canOpenDoors()
func_186324_d()
getCanOpenDoors()
public boolean
e()
method_11923()
canFloat()
func_186322_e()
getCanSwim()