Package net.minecraft.entity.passive
Class TurtleEntity.TurtleSwimNavigation
java.lang.Object
net.minecraft.entity.ai.pathing.EntityNavigation
net.minecraft.entity.ai.pathing.AmphibiousSwimNavigation
net.minecraft.entity.passive.TurtleEntity.TurtleSwimNavigation
- Enclosing class:
TurtleEntity
- Mappings:
Namespace Name official bqp$g
intermediary net/minecraft/class_1481$class_1488
named net/minecraft/entity/passive/TurtleEntity$TurtleSwimNavigation
-
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.ai.pathing.AmphibiousSwimNavigation
adjustTargetY, canPathDirectlyThrough, createPathNodeNavigator, getPos, isAtValidPosition, 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
-
TurtleSwimNavigation
TurtleSwimNavigation(TurtleEntity owner, World world) - Mappings:
Namespace Name Mixin selector official <init>
Lbqp$g;<init>(Lbqp;Lcjw;)V
intermediary <init>
Lnet/minecraft/class_1481$class_1488;<init>(Lnet/minecraft/class_1481;Lnet/minecraft/class_1937;)V
named <init>
Lnet/minecraft/entity/passive/TurtleEntity$TurtleSwimNavigation;<init>(Lnet/minecraft/entity/passive/TurtleEntity;Lnet/minecraft/world/World;)V
-
-
Method Details
-
isValidPosition
- Overrides:
isValidPosition
in classAmphibiousSwimNavigation
- Mappings:
Namespace Name Mixin selector official a
Lbnm;a(Lgp;)Z
intermediary method_6333
Lnet/minecraft/class_1408;method_6333(Lnet/minecraft/class_2338;)Z
named isValidPosition
Lnet/minecraft/entity/ai/pathing/EntityNavigation;isValidPosition(Lnet/minecraft/util/math/BlockPos;)Z
-