类 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
-
字段概要
字段从类继承的字段 net.minecraft.world.entity.ai.navigation.PathNavigation
hasDelayedRecomputation, lastStuckCheck, lastStuckCheckPos, lastTimeoutCheck, level, maxDistanceToWaypoint, mob, nodeEvaluator, path, speedModifier, tick, timeLastRecompute, timeoutCachedNode, timeoutLimit, timeoutTimer
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明createPath
(BlockPos p_26589_, int p_26590_) createPath
(Entity p_26586_, int p_26587_) boolean
void
tick()
从类继承的方法 net.minecraft.world.entity.ai.navigation.GroundPathNavigation
canNavigateGround, canUpdatePath, createPathFinder, getTempMobPos, hasValidPathType, setAvoidSun, setCanWalkOverFences, trimPath
从类继承的方法 net.minecraft.world.entity.ai.navigation.PathNavigation
canCutCorner, canFloat, canMoveDirectly, createPath, createPath, createPath, createPath, createPath, createPath, doStuckDetection, followThePath, getGroundY, getMaxDistanceToWaypoint, getNodeEvaluator, getPath, getTargetPos, isClearForMovementBetween, isDone, isInProgress, isStableDestination, isStuck, moveTo, moveTo, moveTo, recomputePath, resetMaxVisitedNodesMultiplier, setCanFloat, setCanOpenDoors, setMaxVisitedNodesMultiplier, setRequiredPathLength, setSpeedModifier, shouldRecomputePath, stop, updatePathfinderMaxVisitedNodes
-
字段详细资料
-
pathToPosition
-
-
构造器详细资料
-
WallClimberNavigation
-
-
方法详细资料
-
createPath
- 覆盖:
createPath
在类中GroundPathNavigation
-
createPath
- 覆盖:
createPath
在类中GroundPathNavigation
-
moveTo
- 覆盖:
moveTo
在类中PathNavigation
-
tick
public void tick()- 覆盖:
tick
在类中PathNavigation
-