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 PathNavigation
hasDelayedRecomputation, lastStuckCheck, lastStuckCheckPos, lastTimeoutCheck, level, maxDistanceToWaypoint, mob, nodeEvaluator, path, speedModifier, tick, timeLastRecompute, timeoutCachedNode, timeoutLimit, timeoutTimer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PathFindercreatePathFinder(int maxVisitedNodes) protected booleanhasValidPathType(PathType pathType) booleanMethods inherited from class GroundPathNavigation
canNavigateGround, canUpdatePath, createPath, createPath, getTempMobPos, setAvoidSun, setCanPathToTargetsBelowSurface, setCanWalkOverFences, trimPathMethods inherited from class 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, setCanOpenDoors, setMaxVisitedNodesMultiplier, setRequiredPathLength, setSpeedModifier, shouldRecomputePath, stop, tick, updatePathfinderMaxVisitedNodes
-
Constructor Details
-
StriderPathNavigation
-
-
Method Details
-
createPathFinder
- Overrides:
createPathFinderin classGroundPathNavigation
-
hasValidPathType
- Overrides:
hasValidPathTypein classGroundPathNavigation
-
isStableDestination
- Overrides:
isStableDestinationin classPathNavigation
-