Package net.minecraft.entity.passive
Class FrogEntity.FrogSwimNavigation
java.lang.Object
net.minecraft.entity.ai.pathing.EntityNavigation
net.minecraft.entity.passive.AxolotlSwimNavigation
net.minecraft.entity.passive.FrogEntity.FrogSwimNavigation
- Enclosing class:
FrogEntity
- Mappings:
Namespace Name official boq$c
intermediary net/minecraft/class_7102$class_7105
named net/minecraft/entity/passive/FrogEntity$FrogSwimNavigation
-
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
-
Method Summary
Methods inherited from class net.minecraft.entity.passive.AxolotlSwimNavigation
adjustTargetY, canPathDirectlyThrough, getPos, isAtValidPosition, isValidPosition, setCanSwim
Methods 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, isInLiquid, isNearPathStartPos, recalculatePath, resetRangeMultiplier, setRangeMultiplier, setSpeed, shouldRecalculatePath, startMovingAlong, startMovingTo, startMovingTo, stop, tick
-
Constructor Details
-
FrogSwimNavigation
FrogSwimNavigation(FrogEntity frog, World world) - Mappings:
Namespace Name Mixin selector official <init>
Lboq$c;<init>(Lboq;Lcgx;)V
intermediary <init>
Lnet/minecraft/class_7102$class_7105;<init>(Lnet/minecraft/class_7102;Lnet/minecraft/class_1937;)V
named <init>
Lnet/minecraft/entity/passive/FrogEntity$FrogSwimNavigation;<init>(Lnet/minecraft/entity/passive/FrogEntity;Lnet/minecraft/world/World;)V
-
-
Method Details