net.minecraft.world.level.pathfinder

public abstract class NodeEvaluator

cxc
net.minecraft.world.level.pathfinder.NodeEvaluator
net.minecraft.class_8
net.minecraft.entity.ai.pathing.PathNodeMaker
net.minecraft.pathfinding.NodeProcessor
net.minecraft.server.v1_16_R3.PathfinderAbstract

Field summary

Modifier and TypeField
protected PathNavigationRegion
a
level
field_20622
cachedWorld
field_176169_a
protected Mob
b
mob
field_33
entity
field_186326_b
protected final it.unimi.dsi.fastutil.ints.Int2ObjectMap<Node>
c
nodes
field_32
pathNodeCache
field_176167_b
protected int
d
entityWidth
field_31
entityBlockXSize
field_176168_c
protected int
e
entityHeight
field_30
entityBlockYSize
field_176165_d
protected int
f
entityDepth
field_28
entityBlockZSize
field_176166_e
protected boolean
g
canPassDoors
field_29
canEnterOpenDoors
field_176180_f
protected boolean
h
canOpenDoors
field_27
canOpenDoors
field_176181_g
protected boolean
i
canFloat
field_25
canSwim
field_176184_i

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
a(bsi arg0, aqn arg1)
prepare(PathNavigationRegion arg0, Mob arg1)
method_12(class_1950 arg0, class_1308 arg1)
init(ChunkCache cachedWorld, MobEntity entity)
func_225578_a_(Region arg0, MobEntity arg1)
public void
a()
done()
method_19()
clear()
func_176163_a()
protected Node
a(fx arg0)
getNode(BlockPos arg0)
method_27137(class_2338 arg0)
method_27137(BlockPos arg0)
func_237223_a_(BlockPos arg0)
protected Node
a(int arg0, int arg1, int arg2)
getNode(int arg0, int arg1, int arg2)
method_13(int arg0, int arg1, int arg2)
getNode(int x, int y, int z)
func_176159_a(int arg0, int arg1, int arg2)
public abstract Node
b()
getStart()
method_21()
getStart()
func_186318_b()
public abstract Target
a(double arg0, double arg1, double arg2)
getGoal(double arg0, double arg1, double arg2)
method_16(double arg0, double arg1, double arg2)
getNode(double x, double y, double z)
func_224768_a(double arg0, double arg1, double arg2)
public abstract int
a(cxb[] arg0, cxb arg1)
getNeighbors(Node[] arg0, Node arg1)
method_18(class_9[] arg0, class_9 arg1)
getSuccessors(PathNode[] successors, PathNode node)
func_222859_a(PathPoint[] arg0, PathPoint arg1)
public abstract BlockPathTypes
a(brc arg0, int arg1, int arg2, int arg3, aqn arg4, int arg5, int arg6, int arg7, boolean arg8, boolean arg9)
getBlockPathType(BlockGetter arg0, int arg1, int arg2, int arg3, Mob arg4, int arg5, int arg6, int arg7, boolean arg8, boolean arg9)
method_17(class_1922 arg0, int arg1, int arg2, int arg3, class_1308 arg4, int arg5, int arg6, int arg7, boolean arg8, boolean arg9)
getNodeType(BlockView world, int x, int y, int z, MobEntity mob, int sizeX, int sizeY, int sizeZ, boolean canOpenDoors, boolean canEnterOpenDoors)
func_186319_a(IBlockReader arg0, int arg1, int arg2, int arg3, MobEntity arg4, int arg5, int arg6, int arg7, boolean arg8, boolean arg9)
public abstract BlockPathTypes
a(brc arg0, int arg1, int arg2, int arg3)
getBlockPathType(BlockGetter arg0, int arg1, int arg2, int arg3)
method_25(class_1922 arg0, int arg1, int arg2, int arg3)
getDefaultNodeType(BlockView world, int x, int y, int z)
func_186330_a(IBlockReader arg0, int arg1, int arg2, int arg3)
public void
a(boolean arg0)
setCanPassDoors(boolean arg0)
method_15(boolean arg0)
setCanEnterOpenDoors(boolean canEnterOpenDoors)
func_186317_a(boolean arg0)
public void
b(boolean arg0)
setCanOpenDoors(boolean arg0)
method_20(boolean arg0)
setCanOpenDoors(boolean canOpenDoors)
func_186321_b(boolean arg0)
public void
c(boolean arg0)
setCanFloat(boolean arg0)
method_14(boolean arg0)
setCanSwim(boolean canSwim)
func_186316_c(boolean arg0)
public boolean
c()
canPassDoors()
method_23()
canEnterOpenDoors()
func_186323_c()
public boolean
d()
canOpenDoors()
method_24()
canOpenDoors()
func_186324_d()
public boolean
e()
canFloat()
method_22()
canSwim()
func_186322_e()