Package net.minecraft.entity.passive
Class StriderEntity.LavaPathNavigator
java.lang.Object
net.minecraft.pathfinding.PathNavigator
net.minecraft.pathfinding.GroundPathNavigator
net.minecraft.entity.passive.StriderEntity.LavaPathNavigator
- Enclosing class:
- StriderEntity
-
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected PathFindercreatePathFinder(int p_179679_1_) protected booleanhasValidPathType(PathNodeType p_230287_1_) booleanisStableDestination(BlockPos p_188555_1_) Methods inherited from class net.minecraft.pathfinding.GroundPathNavigator
canMoveDirectly, canOpenDoors, canUpdatePath, createPath, createPath, getTempMobPos, setAvoidSun, setCanOpenDoors, trimPathMethods inherited from class net.minecraft.pathfinding.PathNavigator
canFloat, createPath, createPath, createPath, createPath, doStuckDetection, followThePath, getNodeEvaluator, getPath, getTargetPos, hasDelayedRecomputation, isDone, isInLiquid, isInProgress, isStuck, moveTo, moveTo, moveTo, recomputePath, recomputePath, resetMaxVisitedNodesMultiplier, setCanFloat, setMaxVisitedNodesMultiplier, setSpeedModifier, stop, tick
-
Constructor Details
-
LavaPathNavigator
LavaPathNavigator(StriderEntity p_i231565_1_, World p_i231565_2_)
-
-
Method Details
-
createPathFinder
- Overrides:
createPathFinderin classGroundPathNavigator
-
hasValidPathType
- Overrides:
hasValidPathTypein classGroundPathNavigator
-
isStableDestination
- Overrides:
isStableDestinationin classPathNavigator
-