Package net.minecraft.entity.passive
Class TurtleEntity.Navigator
java.lang.Object
net.minecraft.pathfinding.PathNavigator
net.minecraft.pathfinding.SwimmerPathNavigator
net.minecraft.entity.passive.TurtleEntity.Navigator
- Enclosing class:
- TurtleEntity
-
Field Summary
Fields inherited from class net.minecraft.pathfinding.PathNavigator
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_179679_1_) boolean
isStableDestination
(BlockPos p_188555_1_) Methods inherited from class net.minecraft.pathfinding.SwimmerPathNavigator
canMoveDirectly, doStuckDetection, followThePath, getTempMobPos, setCanFloat, tick
Methods inherited from class net.minecraft.pathfinding.PathNavigator
canFloat, createPath, createPath, createPath, createPath, createPath, createPath, getNodeEvaluator, getPath, getTargetPos, hasDelayedRecomputation, isDone, isInLiquid, isInProgress, isStuck, moveTo, moveTo, moveTo, recomputePath, recomputePath, resetMaxVisitedNodesMultiplier, setMaxVisitedNodesMultiplier, setSpeedModifier, stop, trimPath
-
Constructor Details
-
Navigator
Navigator(TurtleEntity p_i48815_1_, World p_i48815_2_)
-
-
Method Details
-
canUpdatePath
protected boolean canUpdatePath()- Overrides:
canUpdatePath
in classSwimmerPathNavigator
-
createPathFinder
- Overrides:
createPathFinder
in classSwimmerPathNavigator
-
isStableDestination
- Overrides:
isStableDestination
in classSwimmerPathNavigator
-