类 WaterBoundPathNavigation
java.lang.Object
net.minecraft.world.entity.ai.navigation.PathNavigation
net.minecraft.world.entity.ai.navigation.WaterBoundPathNavigation
-
字段概要
字段从类继承的字段 net.minecraft.world.entity.ai.navigation.PathNavigation
hasDelayedRecomputation, lastStuckCheck, lastStuckCheckPos, lastTimeoutCheck, level, maxDistanceToWaypoint, mob, nodeEvaluator, path, speedModifier, tick, timeLastRecompute, timeoutCachedNode, timeoutLimit, timeoutTimer
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected boolean
canMoveDirectly
(Vec3 p_186138_, Vec3 p_186139_) protected boolean
protected PathFinder
createPathFinder
(int p_26598_) protected double
getGroundY
(Vec3 p_186136_) protected Vec3
boolean
isStableDestination
(BlockPos p_26608_) void
setCanFloat
(boolean p_26612_) 从类继承的方法 net.minecraft.world.entity.ai.navigation.PathNavigation
canCutCorner, canFloat, createPath, createPath, createPath, createPath, createPath, createPath, createPath, createPath, doStuckDetection, followThePath, getMaxDistanceToWaypoint, getNodeEvaluator, getPath, getTargetPos, isClearForMovementBetween, isDone, isInProgress, isStuck, moveTo, moveTo, moveTo, moveTo, recomputePath, resetMaxVisitedNodesMultiplier, setMaxVisitedNodesMultiplier, setRequiredPathLength, setSpeedModifier, shouldRecomputePath, stop, tick, trimPath, updatePathfinderMaxVisitedNodes
-
字段详细资料
-
allowBreaching
private boolean allowBreaching
-
-
构造器详细资料
-
WaterBoundPathNavigation
-
-
方法详细资料
-
createPathFinder
- 指定者:
createPathFinder
在类中PathNavigation
-
canUpdatePath
protected boolean canUpdatePath()- 指定者:
canUpdatePath
在类中PathNavigation
-
getTempMobPos
- 指定者:
getTempMobPos
在类中PathNavigation
-
getGroundY
- 覆盖:
getGroundY
在类中PathNavigation
-
canMoveDirectly
- 覆盖:
canMoveDirectly
在类中PathNavigation
-
isStableDestination
- 覆盖:
isStableDestination
在类中PathNavigation
-
setCanFloat
public void setCanFloat(boolean p_26612_) - 覆盖:
setCanFloat
在类中PathNavigation
-