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 SummaryFieldsFields inherited from class net.minecraft.world.entity.ai.navigation.PathNavigationhasDelayedRecomputation, lastStuckCheck, lastStuckCheckPos, lastTimeoutCheck, level, maxDistanceToWaypoint, mob, nodeEvaluator, path, speedModifier, tick, timeLastRecompute, timeoutCachedNode, timeoutLimit, timeoutTimer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreatePath(BlockPos p_26589_, int p_26590_) createPath(Entity p_26586_, int p_26587_) booleanvoidtick()Methods inherited from class net.minecraft.world.entity.ai.navigation.GroundPathNavigationcanOpenDoors, canPassDoors, canUpdatePath, createPathFinder, getTempMobPos, hasValidPathType, setAvoidSun, setCanOpenDoors, setCanPassDoors, setCanWalkOverFences, trimPathMethods inherited from class net.minecraft.world.entity.ai.navigation.PathNavigationcanCutCorner, canFloat, canMoveDirectly, createPath, createPath, createPath, createPath, createPath, createPath, doStuckDetection, followThePath, getGroundY, getMaxDistanceToWaypoint, getNodeEvaluator, getPath, getTargetPos, isClearForMovementBetween, isDone, isInProgress, isStableDestination, isStuck, moveTo, moveTo, recomputePath, resetMaxVisitedNodesMultiplier, setCanFloat, setMaxVisitedNodesMultiplier, setSpeedModifier, shouldRecomputePath, stop
- 
Field Details- 
pathToPosition
 
- 
- 
Constructor Details- 
WallClimberNavigation
 
- 
- 
Method Details- 
createPath- Overrides:
- createPathin class- GroundPathNavigation
 
- 
createPath- Overrides:
- createPathin class- GroundPathNavigation
 
- 
moveTo- Overrides:
- moveToin class- PathNavigation
 
- 
tickpublic void tick()- Overrides:
- tickin class- PathNavigation
 
 
-