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 SummaryFields inherited from class net.minecraft.world.entity.ai.navigation.PathNavigationhasDelayedRecomputation, lastStuckCheck, lastStuckCheckPos, lastTimeoutCheck, level, maxDistanceToWaypoint, mob, nodeEvaluator, path, speedModifier, tick, timeLastRecompute, timeoutCachedNode, timeoutLimit, timeoutTimer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected PathFindercreatePathFinder(int p_33972_) protected booleanhasValidPathType(BlockPathTypes p_33974_) booleanisStableDestination(BlockPos p_33976_) Methods inherited from class net.minecraft.world.entity.ai.navigation.GroundPathNavigationcanOpenDoors, canPassDoors, canUpdatePath, createPath, createPath, getTempMobPos, setAvoidSun, setCanOpenDoors, setCanPassDoors, setCanWalkOverFences, trimPathMethods inherited from class net.minecraft.world.entity.ai.navigation.PathNavigationcanCutCorner, canFloat, canMoveDirectly, createPath, createPath, createPath, createPath, createPath, createPath, doStuckDetection, followThePath, getGroundY, getMaxDistanceToWaypoint, getNodeEvaluator, getPath, getTargetPos, isClearForMovementBetween, isDone, isInProgress, isStuck, moveTo, moveTo, moveTo, recomputePath, resetMaxVisitedNodesMultiplier, setCanFloat, setMaxVisitedNodesMultiplier, setSpeedModifier, shouldRecomputePath, stop, tick
- 
Constructor Details- 
StriderPathNavigation
 
- 
- 
Method Details- 
createPathFinder- Overrides:
- createPathFinderin class- GroundPathNavigation
 
- 
hasValidPathType- Overrides:
- hasValidPathTypein class- GroundPathNavigation
 
- 
isStableDestination- Overrides:
- isStableDestinationin class- PathNavigation
 
 
-