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
-
Method Summary
Modifier and TypeMethodDescriptionprotected PathFinder
createPathFinder(int p_33972_)
protected boolean
hasValidPathType(BlockPathTypes p_33974_)
boolean
isStableDestination(BlockPos p_33976_)
Methods inherited from class net.minecraft.world.entity.ai.navigation.GroundPathNavigation
canMoveDirectly, canOpenDoors, canPassDoors, canUpdatePath, createPath, createPath, getTempMobPos, setAvoidSun, setCanOpenDoors, setCanPassDoors, trimPath
Methods inherited from class net.minecraft.world.entity.ai.navigation.PathNavigation
canFloat, createPath, createPath, createPath, createPath, createPath, createPath, doStuckDetection, followThePath, getMaxDistanceToWaypoint, getNodeEvaluator, getPath, getTargetPos, hasDelayedRecomputation, isDone, isInLiquid, isInProgress, isStuck, moveTo, moveTo, moveTo, recomputePath, recomputePath, resetMaxVisitedNodesMultiplier, setCanFloat, setMaxVisitedNodesMultiplier, setSpeedModifier, stop, tick
-
Constructor Details
-
StriderPathNavigation
-
-
Method Details
-
createPathFinder
- Overrides:
createPathFinder
in classGroundPathNavigation
-
hasValidPathType
- Overrides:
hasValidPathType
in classGroundPathNavigation
-
isStableDestination
- Overrides:
isStableDestination
in classPathNavigation
-