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
static class StriderEntity.LavaPathNavigator extends GroundPathNavigator
-
-
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 Constructor Description LavaPathNavigator(StriderEntity p_i231565_1_, World p_i231565_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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 Detail
-
LavaPathNavigator
LavaPathNavigator(StriderEntity p_i231565_1_, World p_i231565_2_)
-
-
Method Detail
-
createPathFinder
protected PathFinder createPathFinder(int p_179679_1_)
- Overrides:
createPathFinder
in classGroundPathNavigator
-
hasValidPathType
protected boolean hasValidPathType(PathNodeType p_230287_1_)
- Overrides:
hasValidPathType
in classGroundPathNavigator
-
isStableDestination
public boolean isStableDestination(BlockPos p_188555_1_)
- Overrides:
isStableDestination
in classPathNavigator
-
-