Class FlyingPathNavigation
java.lang.Object
net.minecraft.world.entity.ai.navigation.PathNavigation
net.minecraft.world.entity.ai.navigation.FlyingPathNavigation
- 
Field SummaryFields inherited from class net.minecraft.world.entity.ai.navigation.PathNavigationhasDelayedRecomputation, lastStuckCheck, lastStuckCheckPos, lastTimeoutCheck, level, maxDistanceToWaypoint, mob, nodeEvaluator, path, speedModifier, tick, timeLastRecompute, timeoutCachedNode, timeoutLimit, timeoutTimer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleancanMoveDirectly(Vec3 p_262585_, Vec3 p_262682_) booleanbooleanprotected booleancreatePath(Entity p_26430_, int p_26431_) protected PathFindercreatePathFinder(int p_26428_) protected Vec3booleanisStableDestination(BlockPos p_26439_) voidsetCanOpenDoors(boolean p_26441_) voidsetCanPassDoors(boolean p_26444_) voidtick()Methods inherited from class net.minecraft.world.entity.ai.navigation.PathNavigationcanCutCorner, canFloat, createPath, createPath, createPath, createPath, createPath, createPath, createPath, doStuckDetection, followThePath, getGroundY, getMaxDistanceToWaypoint, getNodeEvaluator, getPath, getTargetPos, isClearForMovementBetween, isDone, isInProgress, isStuck, moveTo, moveTo, moveTo, recomputePath, resetMaxVisitedNodesMultiplier, setCanFloat, setMaxVisitedNodesMultiplier, setSpeedModifier, shouldRecomputePath, stop, trimPath
- 
Constructor Details- 
FlyingPathNavigation
 
- 
- 
Method Details- 
createPathFinder- Specified by:
- createPathFinderin class- PathNavigation
 
- 
canMoveDirectly- Overrides:
- canMoveDirectlyin class- PathNavigation
 
- 
canUpdatePathprotected boolean canUpdatePath()- Specified by:
- canUpdatePathin class- PathNavigation
 
- 
getTempMobPos- Specified by:
- getTempMobPosin class- PathNavigation
 
- 
createPath- Overrides:
- createPathin class- PathNavigation
 
- 
tickpublic void tick()- Overrides:
- tickin class- PathNavigation
 
- 
setCanOpenDoorspublic void setCanOpenDoors(boolean p_26441_) 
- 
canPassDoorspublic boolean canPassDoors()
- 
setCanPassDoorspublic void setCanPassDoors(boolean p_26444_) 
- 
canOpenDoorspublic boolean canOpenDoors()
- 
isStableDestination- Overrides:
- isStableDestinationin class- PathNavigation
 
 
-