Class Strider.StriderPathNavigation
java.lang.Object
net.minecraft.world.entity.ai.navigation.PathNavigation
net.minecraft.world.entity.ai.navigation.GroundPathNavigation
net.minecraft.world.entity.monster.Strider.StriderPathNavigation
- Enclosing class:
Strider
-
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 PathFinder
createPathFinder
(int maxVisitedNodes) protected boolean
hasValidPathType
(PathType pathType) boolean
Methods inherited from class net.minecraft.world.entity.ai.navigation.GroundPathNavigation
canOpenDoors, canPassDoors, canUpdatePath, createPath, createPath, getTempMobPos, setAvoidSun, setCanOpenDoors, setCanPassDoors, setCanWalkOverFences, trimPath
Methods inherited from class net.minecraft.world.entity.ai.navigation.PathNavigation
canCutCorner, canFloat, canMoveDirectly, createPath, createPath, createPath, createPath, createPath, createPath, doStuckDetection, followThePath, getGroundY, getMaxDistanceToWaypoint, getNodeEvaluator, getPath, getTargetPos, isClearForMovementBetween, isDone, isInProgress, isStuck, moveTo, moveTo, moveTo, moveTo, recomputePath, resetMaxVisitedNodesMultiplier, setCanFloat, setMaxVisitedNodesMultiplier, setSpeedModifier, shouldRecomputePath, stop, tick
-
Constructor Details
-
StriderPathNavigation
-
-
Method Details
-
createPathFinder
- Overrides:
createPathFinder
in classGroundPathNavigation
-
hasValidPathType
- Overrides:
hasValidPathType
in classGroundPathNavigation
-
isStableDestination
- Overrides:
isStableDestination
in classPathNavigation
-