net.minecraft.entity.ai.pathing

public abstract class PathNodeMaker

cxc
net.minecraft.world.level.pathfinder.NodeEvaluator
net.minecraft.class_8
net.minecraft.entity.ai.pathing.PathNodeMaker
net.minecraft.unmapped.C_pbtgpvfg
net.minecraft.pathfinding.NodeProcessor
net.minecraft.pathfinding.NodeProcessor

Field summary

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

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)
m_mqfeshmt(C_agxreege arg0, C_dxkfswlz arg1)
func_225578_a_(Region arg0, MobEntity arg1)
func_225578_a_(Region arg0, MobEntity arg1)
public void
a()
done()
method_19()
clear()
m_rhautiup()
func_176163_a()
postProcess()
protected PathNode
a(fx arg0)
getNode(BlockPos arg0)
method_27137(class_2338 arg0)
method_27137(BlockPos arg0)
m_yyimtkar(C_hynzadkk arg0)
func_237223_a_(BlockPos arg0)
func_237223_a_(BlockPos pos)
protected PathNode
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)
m_caxdstpt(int arg0, int arg1, int arg2)
func_176159_a(int arg0, int arg1, int arg2)
openPoint(int x, int y, int z)
public abstract PathNode
b()
getStart()
method_21()
getStart()
m_ntllflcn()
func_186318_b()
getStart()
public abstract TargetPathNode
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)
m_yslkxtjd(double arg0, double arg1, double arg2)
func_224768_a(double arg0, double arg1, double arg2)
func_224768_a(double x, double y, double z)
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)
m_oyhtoddn(C_dfzwsdmo[] arg0, C_dfzwsdmo arg1)
func_222859_a(PathPoint[] arg0, PathPoint arg1)
func_222859_a(PathPoint[] arg0, PathPoint arg1)
public abstract PathNodeType
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)
m_twpgcddl(C_peaveboq arg0, int arg1, int arg2, int arg3, C_dxkfswlz arg4, int arg5, int arg6, int arg7, boolean arg8, boolean arg9)
func_186319_a(IBlockReader arg0, int arg1, int arg2, int arg3, MobEntity arg4, int arg5, int arg6, int arg7, boolean arg8, boolean arg9)
determineNodeType(IBlockReader blockaccessIn, int x, int y, int z, MobEntity entitylivingIn, int xSize, int ySize, int zSize, boolean canBreakDoorsIn, boolean arg9)
public abstract PathNodeType
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)
m_pkkdjwrk(C_peaveboq arg0, int arg1, int arg2, int arg3)
func_186330_a(IBlockReader arg0, int arg1, int arg2, int arg3)
getFloorNodeType(IBlockReader worldIn, int x, int y, int z)
public void
a(boolean arg0)
setCanPassDoors(boolean arg0)
method_15(boolean arg0)
setCanEnterOpenDoors(boolean canEnterOpenDoors)
m_mcdrbydv(boolean arg0)
func_186317_a(boolean arg0)
setCanEnterDoors(boolean canEnterDoorsIn)
public void
b(boolean arg0)
setCanOpenDoors(boolean arg0)
method_20(boolean arg0)
setCanOpenDoors(boolean canOpenDoors)
m_yuhwwlat(boolean arg0)
func_186321_b(boolean arg0)
setCanOpenDoors(boolean canOpenDoorsIn)
public void
c(boolean arg0)
setCanFloat(boolean arg0)
method_14(boolean arg0)
setCanSwim(boolean canSwim)
m_wcwipmmd(boolean arg0)
func_186316_c(boolean arg0)
setCanSwim(boolean canSwimIn)
public boolean
c()
canPassDoors()
method_23()
canEnterOpenDoors()
m_qzaeyeqk()
func_186323_c()
getCanEnterDoors()
public boolean
d()
canOpenDoors()
method_24()
canOpenDoors()
m_olsrqhxg()
func_186324_d()
getCanOpenDoors()
public boolean
e()
canFloat()
method_22()
canSwim()
m_ercdfxti()
func_186322_e()
getCanSwim()