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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanprotected PathFindercreatePathFinder(int p_179679_1_) booleanisStableDestination(BlockPos p_188555_1_) Methods inherited from class net.minecraft.pathfinding.SwimmerPathNavigator
canMoveDirectly, doStuckDetection, followThePath, getTempMobPos, setCanFloat, tickMethods 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:
canUpdatePathin classSwimmerPathNavigator
-
createPathFinder
- Overrides:
createPathFinderin classSwimmerPathNavigator
-
isStableDestination
- Overrides:
isStableDestinationin classSwimmerPathNavigator
-