Class WallClimberNavigation
java.lang.Object
net.minecraft.world.entity.ai.navigation.PathNavigation
net.minecraft.world.entity.ai.navigation.GroundPathNavigation
net.minecraft.world.entity.ai.navigation.WallClimberNavigation
-
Field Summary
Fields inherited from class net.minecraft.world.entity.ai.navigation.PathNavigation
hasDelayedRecomputation, lastStuckCheck, lastStuckCheckPos, lastTimeoutCheck, level, maxDistanceToWaypoint, mob, nodeEvaluator, path, speedModifier, tick, timeLastRecompute, timeoutCachedNode, timeoutLimit, timeoutTimer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreatePath
(BlockPos p_26589_, int p_26590_) createPath
(Entity p_26586_, int p_26587_) boolean
void
tick()
Methods inherited from class net.minecraft.world.entity.ai.navigation.GroundPathNavigation
canOpenDoors, canPassDoors, canUpdatePath, createPathFinder, getTempMobPos, hasValidPathType, setAvoidSun, setCanOpenDoors, setCanPassDoors, trimPath
Methods inherited from class net.minecraft.world.entity.ai.navigation.PathNavigation
canFloat, canMoveDirectly, createPath, createPath, createPath, createPath, createPath, createPath, doStuckDetection, followThePath, getGroundY, getMaxDistanceToWaypoint, getNodeEvaluator, getPath, getTargetPos, isDone, isInLiquid, isInProgress, isStableDestination, isStuck, moveTo, moveTo, recomputePath, resetMaxVisitedNodesMultiplier, setCanFloat, setMaxVisitedNodesMultiplier, setSpeedModifier, shouldRecomputePath, stop
-
Field Details
-
pathToPosition
-
-
Constructor Details
-
WallClimberNavigation
-
-
Method Details
-
createPath
- Overrides:
createPath
in classGroundPathNavigation
-
createPath
- Overrides:
createPath
in classGroundPathNavigation
-
moveTo
- Overrides:
moveTo
in classPathNavigation
-
tick
public void tick()- Overrides:
tick
in classPathNavigation
-