Package net.minecraft.entity.passive
Class FrogEntity.FrogSwimNavigation
java.lang.Object
net.minecraft.entity.ai.pathing.EntityNavigation
net.minecraft.entity.ai.pathing.AmphibiousSwimNavigation
net.minecraft.entity.passive.FrogEntity.FrogSwimNavigation
- Enclosing class:
- FrogEntity
- Mappings:
- Namespace - Name - named - net/minecraft/entity/passive/FrogEntity$FrogSwimNavigation- intermediary - net/minecraft/class_7102$class_7105- official - cit$c
- 
Field SummaryFields inherited from class net.minecraft.entity.ai.pathing.EntityNavigationcurrentNodeMs, currentNodeTimeout, currentPath, entity, inRecalculationCooldown, lastActiveTickMs, lastNodePosition, lastRecalculateTime, nodeMaker, nodeReachProximity, pathStartPos, pathStartTime, speed, tickCount, world
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleancanJumpToNext(PathNodeType nodeType) protected PathNodeNavigatorcreatePathNodeNavigator(int range) Methods inherited from class net.minecraft.entity.ai.pathing.AmphibiousSwimNavigationadjustTargetY, canPathDirectlyThrough, getPos, isAtValidPosition, isValidPosition, setCanSwimMethods inherited from class net.minecraft.entity.ai.pathing.EntityNavigationadjustPath, canSwim, checkTimeouts, continueFollowingPath, doesNotCollide, findPathTo, findPathTo, findPathTo, findPathTo, findPathTo, findPathTo, findPathToAny, findPathToAny, getCurrentPath, getNodeMaker, getNodeReachProximity, getTargetPos, isFollowingPath, isIdle, isNearPathStartPos, recalculatePath, resetRangeMultiplier, setMaxFollowRange, setRangeMultiplier, setSpeed, shouldRecalculatePath, startMovingAlong, startMovingTo, startMovingTo, startMovingTo, stop, tick, updateRange
- 
Constructor Details- 
FrogSwimNavigationFrogSwimNavigation(FrogEntity frog, World world) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/entity/passive/FrogEntity$FrogSwimNavigation;<init>(Lnet/minecraft/entity/passive/FrogEntity;Lnet/minecraft/world/World;)V- intermediary - <init>- Lnet/minecraft/class_7102$class_7105;<init>(Lnet/minecraft/class_7102;Lnet/minecraft/class_1937;)V- official - <init>- Lcit$c;<init>(Lcit;Ldgj;)V
 
 
- 
- 
Method Details- 
canJumpToNext- Overrides:
- canJumpToNextin class- EntityNavigation
- Mappings:
- Namespace - Name - Mixin selector - named - canJumpToNext- Lnet/minecraft/entity/ai/pathing/EntityNavigation;canJumpToNext(Lnet/minecraft/entity/ai/pathing/PathNodeType;)Z- intermediary - method_48158- Lnet/minecraft/class_1408;method_48158(Lnet/minecraft/class_7;)Z- official - b- Lceu;b(Letr;)Z
 
 
-