net.minecraft.world.level.pathfinder

public abstract class NodeEvaluator

cqm
net.minecraft.world.level.pathfinder.NodeEvaluator
net.minecraft.class_8
net.minecraft.unmapped.C_pbtgpvfg
net.minecraft.entity.ai.pathing.PathNodeMaker
net.minecraft.pathfinding.NodeProcessor
net.minecraft.server.v1_15_R1.PathfinderAbstract

Field summary

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

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
a(bke arg0, akx arg1)
prepare(PathNavigationRegion arg0, Mob arg1)
method_12(class_1950 arg0, class_1308 arg1)
m_mqfeshmt(C_agxreege arg0, C_dxkfswlz arg1)
init(ChunkCache arg0, MobEntity arg1)
func_225578_a_(Region arg0, MobEntity arg1)
public void
a()
done()
method_19()
m_rhautiup()
clear()
func_176163_a()
protected Node
a(int arg0, int arg1, int arg2)
getNode(int arg0, int arg1, int arg2)
method_13(int arg0, int arg1, int arg2)
m_ybxdpxgu(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()
m_ntllflcn()
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)
m_yslkxtjd(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(cql[] arg0, cql arg1)
getNeighbors(Node[] arg0, Node arg1)
method_18(class_9[] arg0, class_9 arg1)
m_oyhtoddn(C_dfzwsdmo[] arg0, C_dfzwsdmo arg1)
getSuccessors(PathNode[] successors, PathNode node)
func_222859_a(PathPoint[] arg0, PathPoint arg1)
public abstract BlockPathTypes
a(bjd arg0, int arg1, int arg2, int arg3, akx 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)
m_twpgcddl(C_peaveboq arg0, int arg1, int arg2, int arg3, C_dxkfswlz 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(bjd 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)
m_pkkdjwrk(C_peaveboq arg0, int arg1, int arg2, int arg3)
getNodeType(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)
m_mcdrbydv(boolean arg0)
setCanEnterOpenDoors(boolean canEnterOpenDoors)
func_186317_a(boolean arg0)
public void
b(boolean arg0)
setCanOpenDoors(boolean arg0)
method_20(boolean arg0)
m_yuhwwlat(boolean arg0)
setCanOpenDoors(boolean canOpenDoors)
func_186321_b(boolean arg0)
public void
c(boolean arg0)
setCanFloat(boolean arg0)
method_14(boolean arg0)
m_wcwipmmd(boolean arg0)
setCanSwim(boolean canSwim)
func_186316_c(boolean arg0)
public boolean
c()
canPassDoors()
method_23()
m_qzaeyeqk()
canEnterOpenDoors()
func_186323_c()
public boolean
d()
canOpenDoors()
method_24()
m_olsrqhxg()
canOpenDoors()
func_186324_d()
public boolean
e()
canFloat()
method_22()
m_ercdfxti()
canSwim()
func_186322_e()