net.minecraft.world.level.pathfinder

public abstract class NodeEvaluator

dgz
net.minecraft.world.level.pathfinder.NodeEvaluator
net.minecraft.class_8
net.minecraft.unmapped.C_pbtgpvfg
net.minecraft.entity.ai.pathing.PathNodeMaker
net.minecraft.src.C_2752_
net.minecraft.world.level.pathfinder.PathfinderAbstract

Field summary

Modifier and TypeField
protected PathNavigationRegion
a
level
field_20622
f_tnwkjxcu
cachedWorld
f_77312_
protected Mob
b
mob
field_33
f_mkveapwo
entity
f_77313_
protected final it.unimi.dsi.fastutil.ints.Int2ObjectMap<Node>
c
nodes
field_32
f_vmwhcanl
pathNodeCache
f_77314_
protected int
d
entityWidth
field_31
f_uvxlvdjw
entityBlockXSize
f_77315_
protected int
e
entityHeight
field_30
f_iliaikln
entityBlockYSize
f_77316_
protected int
f
entityDepth
field_28
f_tiuqhbqb
entityBlockZSize
f_77317_
protected boolean
g
canPassDoors
field_29
f_xnzjvdtv
canEnterOpenDoors
f_77318_
protected boolean
h
canOpenDoors
field_27
f_wviyrtdh
canOpenDoors
f_77319_
protected boolean
i
canFloat
field_25
f_fpkqkafw
canSwim
f_77320_

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
a(bxc arg0, atw arg1)
prepare(PathNavigationRegion arg0, Mob arg1)
method_12(class_1950 arg0, class_1308 arg1)
m_mqfeshmt(C_agxreege arg0, C_dxkfswlz arg1)
init(ChunkCache cachedWorld, MobEntity entity)
m_6028_(C_1615_ p_77348_, C_526_ arg1)
public void
a()
done()
method_19()
m_rhautiup()
clear()
m_6802_()
protected Node
b(gg arg0)
getNode(BlockPos arg0)
method_27137(class_2338 arg0)
m_yyimtkar(C_hynzadkk arg0)
getNode(BlockPos pos)
m_77349_(C_4675_ 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)
m_caxdstpt(int arg0, int arg1, int arg2)
getNode(int x, int y, int z)
m_5676_(int p_77326_, int p_77327_, int arg2)
public abstract Node
b()
getStart()
method_21()
m_ntllflcn()
getStart()
m_7171_()
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)
m_7568_(double p_77323_, double arg1, double arg2)
public abstract int
a(dgy[] arg0, dgy 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)
m_6065_(C_2751_[] p_77354_, C_2751_ arg1)
public abstract BlockPathTypes
a(bvu arg0, int arg1, int arg2, int arg3, atw 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)
m_7209_(C_1559_ p_77338_, int p_77339_, int p_77340_, int p_77341_, C_526_ p_77342_, int p_77343_, int p_77344_, int p_77345_, boolean p_77346_, boolean arg9)
public abstract BlockPathTypes
a(bvu 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)
getDefaultNodeType(BlockView world, int x, int y, int z)
m_8086_(C_1559_ p_77334_, int p_77335_, int p_77336_, int arg3)
public void
a(boolean arg0)
setCanPassDoors(boolean arg0)
method_15(boolean arg0)
m_mcdrbydv(boolean arg0)
setCanEnterOpenDoors(boolean canEnterOpenDoors)
m_77351_(boolean arg0)
public void
b(boolean arg0)
setCanOpenDoors(boolean arg0)
method_20(boolean arg0)
m_yuhwwlat(boolean arg0)
setCanOpenDoors(boolean canOpenDoors)
m_77355_(boolean arg0)
public void
c(boolean arg0)
setCanFloat(boolean arg0)
method_14(boolean arg0)
m_wcwipmmd(boolean arg0)
setCanSwim(boolean canSwim)
m_77358_(boolean arg0)
public boolean
d()
canPassDoors()
method_23()
m_qzaeyeqk()
canEnterOpenDoors()
m_77357_()
public boolean
e()
canOpenDoors()
method_24()
m_olsrqhxg()
canOpenDoors()
m_77360_()
public boolean
f()
canFloat()
method_22()
m_ercdfxti()
canSwim()
m_77361_()