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$FrogSwimNavigationintermediary net/minecraft/class_7102$class_7105official cme$c
-
Field Summary
Fields inherited from class net.minecraft.entity.ai.pathing.EntityNavigation
currentNodeMs, currentNodeTimeout, currentPath, entity, inRecalculationCooldown, lastActiveTickMs, lastNodePosition, lastRecalculateTime, nodeMaker, nodeReachProximity, pathStartPos, pathStartTime, speed, tickCount, world -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanJumpToNext(PathNodeType nodeType) protected PathNodeNavigatorcreatePathNodeNavigator(int range) Methods inherited from class net.minecraft.entity.ai.pathing.AmphibiousSwimNavigation
adjustTargetY, canPathDirectlyThrough, getPos, isAtValidPosition, isValidPosition, method_70686, setCanSwimMethods inherited from class net.minecraft.entity.ai.pathing.EntityNavigation
adjustPath, canSwim, checkTimeouts, continueFollowingPath, doesNotCollide, findPathTo, findPathTo, findPathTo, findPathTo, findPathTo, findPathTo, findPathToAny, findPathToAny, getCurrentPath, getNodeMaker, getNodeReachProximity, getTargetPos, isFollowingPath, isIdle, isNearPathStartPos, method_70687, recalculatePath, resetRangeMultiplier, setMaxFollowRange, setRangeMultiplier, setSpeed, shouldRecalculatePath, startMovingAlong, startMovingTo, startMovingTo, startMovingTo, stop, tick, updateRange
-
Constructor Details
-
FrogSwimNavigation
FrogSwimNavigation(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;)Vintermediary <init>Lnet/minecraft/class_7102$class_7105;<init>(Lnet/minecraft/class_7102;Lnet/minecraft/class_1937;)Vofficial <init>Lcme$c;<init>(Lcme;Ldkv;)V
-
-
Method Details
-
canJumpToNext
- Overrides:
canJumpToNextin classEntityNavigation- Mappings:
Namespace Name Mixin selector named canJumpToNextLnet/minecraft/entity/ai/pathing/EntityNavigation;canJumpToNext(Lnet/minecraft/entity/ai/pathing/PathNodeType;)Zintermediary method_48158Lnet/minecraft/class_1408;method_48158(Lnet/minecraft/class_7;)Zofficial bLchy;b(Lezd;)Z
-