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 SummaryFields 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 TypeMethodDescriptionbooleancanCutCorner(BlockPathTypes p_265335_) protected PathFindercreatePathFinder(int p_218559_) Methods inherited from class net.minecraft.world.entity.ai.navigation.AmphibiousPathNavigationcanMoveDirectly, canUpdatePath, getGroundY, getTempMobPos, isStableDestination, setCanFloatMethods inherited from class net.minecraft.world.entity.ai.navigation.PathNavigationcanFloat, createPath, createPath, createPath, createPath, createPath, createPath, createPath, createPath, doStuckDetection, followThePath, getMaxDistanceToWaypoint, getNodeEvaluator, getPath, getTargetPos, isClearForMovementBetween, isDone, isInProgress, isStuck, moveTo, moveTo, moveTo, recomputePath, resetMaxVisitedNodesMultiplier, setMaxVisitedNodesMultiplier, setSpeedModifier, shouldRecomputePath, stop, tick, trimPath
- 
Constructor Details- 
FrogPathNavigation
 
- 
- 
Method Details- 
canCutCorner- Overrides:
- canCutCornerin class- PathNavigation
 
- 
createPathFinder- Overrides:
- createPathFinderin class- AmphibiousPathNavigation
 
 
-