net.minecraft.world.entity.ai.navigation

public class GroundPathNavigation

extends PathNavigation

cqz
net.minecraft.world.entity.ai.navigation.GroundPathNavigation
net.minecraft.class_1409
net.minecraft.entity.ai.pathing.MobNavigation

Field summary

Modifier and TypeField
private boolean
p
avoidSun
field_6686
avoidSunlight
private boolean
q
canPathToTargetsBelowSurface
field_63015
skipRetarget

Constructor summary

ModifierConstructor
public (Mob arg0, Level arg1)

Method summary

Modifier and TypeMethod
protected PathFinder
a(int arg0)
createPathFinder(int arg0)
method_6336(int arg0)
createPathNodeNavigator(int arg0)
protected boolean
a()
canUpdatePath()
method_6358()
isAtValidPosition()
protected Vec3
b()
getTempMobPos()
method_6347()
getPos()
public Path
a(is arg0, int arg1)
createPath(BlockPos arg0, int arg1)
method_6348(class_2338 arg0, int arg1)
findPathTo(BlockPos arg0, int arg1)
final BlockPos
a(epi arg0, is arg1, int arg2)
findSurfacePosition(LevelChunk arg0, BlockPos arg1, int arg2)
method_74873(class_2818 arg0, class_2338 arg1, int arg2)
retargetToSolidBlock(WorldChunk chunk, BlockPos pos, int distance)
public Path
a(cgi arg0, int arg1)
createPath(Entity arg0, int arg1)
method_6349(class_1297 arg0, int arg1)
findPathTo(Entity arg0, int arg1)
private int
s()
getSurfaceY()
method_6362()
getPathfindingY()
protected void
e()
trimPath()
method_6359()
adjustPath()
public boolean
c()
canNavigateGround()
method_70686()
canControlOpeningDoors()
protected boolean
a(fkk arg0)
hasValidPathType(PathType arg0)
method_26338(class_7 arg0)
canWalkOnPath(PathNodeType pathType)
public void
b(boolean arg0)
setAvoidSun(boolean arg0)
method_6361(boolean arg0)
setAvoidSunlight(boolean avoidSunlight)
public void
c(boolean arg0)
setCanWalkOverFences(boolean arg0)
method_46645(boolean arg0)
setCanWalkOverFences(boolean canWalkOverFences)
public void
d(boolean arg0)
setCanPathToTargetsBelowSurface(boolean arg0)
method_74874(boolean arg0)
setSkipRetarget(boolean skipRetarget)