Class 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
- Enclosing class:
Frog
-
Field Summary
Fields inherited from class PathNavigation
hasDelayedRecomputation, lastStuckCheck, lastStuckCheckPos, lastTimeoutCheck, level, maxDistanceToWaypoint, mob, nodeEvaluator, path, speedModifier, tick, timeLastRecompute, timeoutCachedNode, timeoutLimit, timeoutTimer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanCutCorner(PathType pathType) protected PathFindercreatePathFinder(int maxVisitedNodes) Methods inherited from class AmphibiousPathNavigation
canMoveDirectly, canNavigateGround, canUpdatePath, getGroundY, getTempMobPos, isStableDestination, setCanFloatMethods inherited from class PathNavigation
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, setCanOpenDoors, setMaxVisitedNodesMultiplier, setRequiredPathLength, setSpeedModifier, shouldRecomputePath, stop, tick, trimPath, updatePathfinderMaxVisitedNodes
-
Constructor Details
-
FrogPathNavigation
-
-
Method Details
-
canCutCorner
- Overrides:
canCutCornerin classPathNavigation
-
createPathFinder
- Overrides:
createPathFinderin classAmphibiousPathNavigation
-