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
static class TurtleEntity.Navigator extends SwimmerPathNavigator
-
-
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 Constructor Description Navigator(TurtleEntity p_i48815_1_, World p_i48815_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canUpdatePath()
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 Detail
-
Navigator
Navigator(TurtleEntity p_i48815_1_, World p_i48815_2_)
-
-
Method Detail
-
canUpdatePath
protected boolean canUpdatePath()
- Overrides:
canUpdatePath
in classSwimmerPathNavigator
-
createPathFinder
protected PathFinder createPathFinder(int p_179679_1_)
- Overrides:
createPathFinder
in classSwimmerPathNavigator
-
isStableDestination
public boolean isStableDestination(BlockPos p_188555_1_)
- Overrides:
isStableDestination
in classSwimmerPathNavigator
-
-