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
-
Method Summary
Modifier and TypeMethodDescriptionprotected PathFinder
createPathFinder
(int p_179679_1_) protected boolean
hasValidPathType
(PathNodeType p_230287_1_) boolean
isStableDestination
(BlockPos p_188555_1_) Methods inherited from class net.minecraft.pathfinding.GroundPathNavigator
canMoveDirectly, canOpenDoors, canUpdatePath, createPath, createPath, getTempMobPos, setAvoidSun, setCanOpenDoors, trimPath
Methods 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:
createPathFinder
in classGroundPathNavigator
-
hasValidPathType
- Overrides:
hasValidPathType
in classGroundPathNavigator
-
isStableDestination
- Overrides:
isStableDestination
in classPathNavigator
-