类 Frog.FrogPathNavigation
java.lang.Object
net.minecraft.world.entity.ai.navigation.PathNavigation
net.minecraft.world.entity.ai.navigation.AmphibiousPathNavigation
net.minecraft.world.entity.animal.frog.Frog.FrogPathNavigation
- 封闭类:
- Frog
-
字段概要
从类继承的字段 net.minecraft.world.entity.ai.navigation.PathNavigation
hasDelayedRecomputation, lastStuckCheck, lastStuckCheckPos, lastTimeoutCheck, level, maxDistanceToWaypoint, mob, nodeEvaluator, path, speedModifier, tick, timeLastRecompute, timeoutCachedNode, timeoutLimit, timeoutTimer
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明boolean
canCutCorner
(BlockPathTypes pPathType) protected PathFinder
createPathFinder
(int pMaxVisitedNodes) 从类继承的方法 net.minecraft.world.entity.ai.navigation.AmphibiousPathNavigation
canMoveDirectly, canUpdatePath, getGroundY, getTempMobPos, isStableDestination, setCanFloat
从类继承的方法 net.minecraft.world.entity.ai.navigation.PathNavigation
canFloat, createPath, createPath, createPath, createPath, createPath, createPath, createPath, createPath, doStuckDetection, followThePath, getMaxDistanceToWaypoint, getNodeEvaluator, getPath, getTargetPos, isClearForMovementBetween, isDone, isInLiquid, isInProgress, isStuck, moveTo, moveTo, moveTo, recomputePath, resetMaxVisitedNodesMultiplier, setMaxVisitedNodesMultiplier, setSpeedModifier, shouldRecomputePath, stop, tick, trimPath
-
构造器详细资料
-
FrogPathNavigation
-
-
方法详细资料
-
canCutCorner
- 覆盖:
canCutCorner
在类中PathNavigation
-
createPathFinder
-