Package net.minecraft.pathfinding
Class ClimberPathNavigator
java.lang.Object
net.minecraft.pathfinding.PathNavigator
net.minecraft.pathfinding.GroundPathNavigator
net.minecraft.pathfinding.ClimberPathNavigator
-
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 TypeMethodDescriptioncreatePath
(Entity p_75494_1_, int p_75494_2_) createPath
(BlockPos p_179680_1_, int p_179680_2_) boolean
void
tick()
Methods inherited from class net.minecraft.pathfinding.GroundPathNavigator
canMoveDirectly, canOpenDoors, canUpdatePath, createPathFinder, 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, recomputePath, recomputePath, resetMaxVisitedNodesMultiplier, setCanFloat, setMaxVisitedNodesMultiplier, setSpeedModifier, stop
-
Field Details
-
pathToPosition
-
-
Constructor Details
-
ClimberPathNavigator
-
-
Method Details
-
createPath
- Overrides:
createPath
in classGroundPathNavigator
-
createPath
- Overrides:
createPath
in classGroundPathNavigator
-
moveTo
- Overrides:
moveTo
in classPathNavigator
-
tick
public void tick()- Overrides:
tick
in classPathNavigator
-