net.minecraft.entity.ai.pathing

public abstract class NodeEvaluator

cbc
net.minecraft.unmapped.C_33286698
net.minecraft.entity.ai.pathing.NodeEvaluator
net.minecraft.pathfinding.NodeProcessor

Field summary

Modifier and TypeField
protected BlockView
a
f_29919209
world
field_176169_a
protected MobEntity
b
f_23217665
mob
field_186326_b
protected final Int2ObjectHashMap<PathNode>
c
f_78058079
nodes
field_176167_b
protected int
d
f_66173677
entityWidth
field_176168_c
protected int
e
f_43549866
entityHeight
field_176165_d
protected int
f
f_14258729
entityDepth
field_176166_e
protected boolean
g
f_49816750
canPassThroughDoors
field_176180_f
protected boolean
h
f_11306619
canOpenDoors
field_176181_g
protected boolean
i
f_52141805
canFloat
field_176184_i

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
a(axj arg0, afb arg1)
m_43181406(C_56864221 arg0, C_21461336 arg1)
prepare(BlockView world, MobEntity mob)
func_186315_a(IBlockReader arg0, EntityLiving arg1)
public void
a()
m_50479165()
done()
func_176163_a()
protected PathNode
a(int arg0, int arg1, int arg2)
m_93736931(int arg0, int arg1, int arg2)
getNode(int x, int y, int z)
func_176159_a(int arg0, int arg1, int arg2)
public abstract PathNode
b()
m_80324342()
getStart()
func_186318_b()
public abstract PathNode
a(double arg0, double arg1, double arg2)
m_51386592(double arg0, double arg1, double arg2)
getTarget(double x, double y, double z)
func_186325_a(double arg0, double arg1, double arg2)
public abstract int
a(cbb[] arg0, cbb arg1, cbb arg2, float arg3)
m_21320612(C_03498964[] arg0, C_03498964 arg1, C_03498964 arg2, float arg3)
getNeighbors(PathNode[] path, PathNode node, PathNode target, float range)
func_186320_a(PathPoint[] arg0, PathPoint arg1, PathPoint arg2, float arg3)
public abstract PathBlockingType
a(axj arg0, int arg1, int arg2, int arg3, afb arg4, int arg5, int arg6, int arg7, boolean arg8, boolean arg9)
m_95415679(C_56864221 arg0, int arg1, int arg2, int arg3, C_21461336 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)
public abstract PathBlockingType
a(axj arg0, int arg1, int arg2, int arg3)
m_42059461(C_56864221 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)
public void
a(boolean arg0)
m_86968966(boolean arg0)
setCanPassThroughDoors(boolean canPassThroughDoors)
func_186317_a(boolean arg0)
public void
b(boolean arg0)
m_62020814(boolean arg0)
setCanOpenDoors(boolean canOpenDoors)
func_186321_b(boolean arg0)
public void
c(boolean arg0)
m_40900229(boolean arg0)
setCanFloat(boolean canFloat)
func_186316_c(boolean arg0)
public boolean
c()
m_67232160()
canPassThroughDoors()
func_186323_c()
public boolean
d()
m_02534155()
canOpenDoors()
func_186324_d()
public boolean
e()
m_77397410()
canFloat()
func_186322_e()