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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanprotected PathFindercreatePathFinder(int p_30298_)booleanisStableDestination(BlockPos p_30300_)Methods inherited from class net.minecraft.world.entity.ai.navigation.WaterBoundPathNavigation
canMoveDirectly, doStuckDetection, followThePath, getTempMobPos, setCanFloat, tickMethods inherited from class net.minecraft.world.entity.ai.navigation.PathNavigation
canFloat, createPath, createPath, createPath, createPath, createPath, createPath, createPath, createPath, getMaxDistanceToWaypoint, getNodeEvaluator, getPath, getTargetPos, hasDelayedRecomputation, isDone, isInLiquid, isInProgress, isStuck, moveTo, moveTo, moveTo, recomputePath, recomputePath, resetMaxVisitedNodesMultiplier, setMaxVisitedNodesMultiplier, setSpeedModifier, stop, trimPath
-
Constructor Details
-
TurtlePathNavigation
-
-
Method Details
-
canUpdatePath
protected boolean canUpdatePath()- Overrides:
canUpdatePathin classWaterBoundPathNavigation
-
createPathFinder
- Overrides:
createPathFinderin classWaterBoundPathNavigation
-
isStableDestination
- Overrides:
isStableDestinationin classWaterBoundPathNavigation
-