Package net.minecraft.entity.monster
Class RavagerEntity.Navigator
- java.lang.Object
-
- net.minecraft.pathfinding.PathNavigator
-
- net.minecraft.pathfinding.GroundPathNavigator
-
- net.minecraft.entity.monster.RavagerEntity.Navigator
-
- Enclosing class:
- RavagerEntity
static class RavagerEntity.Navigator 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PathFinder
createPathFinder(int p_179679_1_)
-
Methods inherited from class net.minecraft.pathfinding.GroundPathNavigator
canMoveDirectly, canOpenDoors, canUpdatePath, createPath, createPath, getTempMobPos, hasValidPathType, 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, isStableDestination, isStuck, moveTo, moveTo, moveTo, recomputePath, recomputePath, resetMaxVisitedNodesMultiplier, setCanFloat, setMaxVisitedNodesMultiplier, setSpeedModifier, stop, tick
-
-
-
-
Method Detail
-
createPathFinder
protected PathFinder createPathFinder(int p_179679_1_)
- Overrides:
createPathFinder
in classGroundPathNavigator
-
-