Class Turtle.TurtlePathNavigation
java.lang.Object
net.minecraft.world.entity.ai.navigation.PathNavigation
net.minecraft.world.entity.ai.navigation.WaterBoundPathNavigation
net.minecraft.world.entity.animal.Turtle.TurtlePathNavigation
- Enclosing class:
- Turtle
-
Field Summary
Fields inherited from class net.minecraft.world.entity.ai.navigation.PathNavigation
hasDelayedRecomputation, lastStuckCheck, lastStuckCheckPos, lastTimeoutCheck, level, maxDistanceToWaypoint, mob, nodeEvaluator, path, speedModifier, tick, timeLastRecompute, timeoutCachedNode, timeoutLimit, timeoutTimer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
protected PathFinder
createPathFinder
(int p_30298_) boolean
isStableDestination
(BlockPos p_30300_) Methods inherited from class net.minecraft.world.entity.ai.navigation.WaterBoundPathNavigation
canMoveDirectly, getGroundY, getTempMobPos, setCanFloat
Methods inherited from class net.minecraft.world.entity.ai.navigation.PathNavigation
canFloat, createPath, createPath, createPath, createPath, createPath, createPath, createPath, createPath, doStuckDetection, followThePath, getMaxDistanceToWaypoint, getNodeEvaluator, getPath, getTargetPos, isDone, isInLiquid, isInProgress, isStuck, moveTo, moveTo, moveTo, recomputePath, resetMaxVisitedNodesMultiplier, setMaxVisitedNodesMultiplier, setSpeedModifier, shouldRecomputePath, stop, tick, trimPath
-
Constructor Details
-
TurtlePathNavigation
-
-
Method Details
-
canUpdatePath
protected boolean canUpdatePath()- Overrides:
canUpdatePath
in classWaterBoundPathNavigation
-
createPathFinder
- Overrides:
createPathFinder
in classWaterBoundPathNavigation
-
isStableDestination
- Overrides:
isStableDestination
in classWaterBoundPathNavigation
-