net.minecraft.entity.ai.pathing

public abstract class NodeEvaluator

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

Field summary

Modifier and TypeField
protected WorldView
a
field_13075
world
blockaccess
protected MobEntity
b
field_13076
mob
entity
protected final Int2ObjectHashMap<PathNode>
c
field_13077
nodes
pointMap
protected int
d
field_13078
entityWidth
entitySizeX
protected int
e
field_13079
entityHeight
entitySizeY
protected int
f
field_13080
entityDepth
entitySizeZ
protected boolean
g
field_13081
canPassThroughDoors
canEnterDoors
protected boolean
h
field_13082
canOpenDoors
canBreakDoors
protected boolean
i
field_13083
canFloat
canSwim

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
a(ajw arg0, sx arg1)
method_11915(class_1158 arg0, class_871 arg1)
prepare(WorldView world, MobEntity mob)
initProcessor(IBlockAccess sourceIn, EntityLiving mob)
public void
a()
method_11910()
done()
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)
openPoint(int x, int y, int z)
public abstract PathNode
b()
method_11918()
getStart()
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)
getPathPointToCoords(double x, double y, double z)
public abstract int
a(bbb[] arg0, bbb arg1, bbb 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)
findPathOptions(PathPoint[] pathOptions, PathPoint currentPoint, PathPoint targetPoint, float maxDistance)
public abstract PathBlockingType
a(ajw arg0, int arg1, int arg2, int arg3, sx 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(WorldView world, int x, int y, int z, MobEntity entity, int width, int height, int depth, boolean canOpenDoors, boolean canWalkThroughDoors)
getPathNodeType(IBlockAccess blockaccessIn, int x, int y, int z, EntityLiving entitylivingIn, int xSize, int ySize, int zSize, boolean canBreakDoorsIn, boolean arg9)
public abstract PathBlockingType
a(ajw arg0, int arg1, int arg2, int arg3)
method_11913(class_1158 arg0, int arg1, int arg2, int arg3)
getBlockingType(WorldView world, int x, int y, int z)
getPathNodeType(IBlockAccess blockaccessIn, int x, int y, int z)
public void
a(boolean arg0)
method_11916(boolean arg0)
setCanPassThroughDoors(boolean canPassThroughDoors)
setCanEnterDoors(boolean canEnterDoorsIn)
public void
b(boolean arg0)
method_11919(boolean arg0)
setCanOpenDoors(boolean canOpenDoors)
setCanBreakDoors(boolean canBreakDoorsIn)
public void
c(boolean arg0)
method_11921(boolean arg0)
setCanFloat(boolean canFloat)
setCanSwim(boolean canSwimIn)
public boolean
c()
method_11920()
canPassThroughDoors()
getCanEnterDoors()
public boolean
d()
method_11922()
canOpenDoors()
getCanBreakDoors()
public boolean
e()
method_11923()
canFloat()
getCanSwim()