Package net.minecraft.entity.passive
Class TurtleEntity.WanderInWaterGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.MoveToTargetPosGoal
net.minecraft.entity.passive.TurtleEntity.WanderInWaterGoal
- Enclosing class:
TurtleEntity
- Mappings:
Namespace Name intermediary net/minecraft/class_1481$class_1484official bsk$cnamed net/minecraft/entity/passive/TurtleEntity$WanderInWaterGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control -
Field Summary
FieldsFields inherited from class net.minecraft.entity.ai.goal.MoveToTargetPosGoal
cooldown, lowestY, mob, speed, targetPos, tryingTime -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanStart()protected booleanisTargetPos(WorldView world, BlockPos pos) booleanbooleanMethods inherited from class net.minecraft.entity.ai.goal.MoveToTargetPosGoal
findTargetPos, getDesiredDistanceToTarget, getInterval, getTargetPos, hasReached, shouldRunEveryTick, start, startMovingToTarget, tickMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, stop, toGoalTicks, toString
-
Field Details
-
field_30385
private static final int field_30385- See Also:
- Mappings:
Namespace Name Mixin selector intermediary field_30385Lnet/minecraft/class_1481$class_1484;field_30385:Iofficial gLbsk$c;g:Inamed field_30385Lnet/minecraft/entity/passive/TurtleEntity$WanderInWaterGoal;field_30385:I
-
turtle
- Mappings:
Namespace Name Mixin selector intermediary field_6931Lnet/minecraft/class_1481$class_1484;field_6931:Lnet/minecraft/class_1481;official hLbsk$c;h:Lbsk;named turtleLnet/minecraft/entity/passive/TurtleEntity$WanderInWaterGoal;turtle:Lnet/minecraft/entity/passive/TurtleEntity;
-
-
Constructor Details
-
WanderInWaterGoal
WanderInWaterGoal(TurtleEntity turtle, double speed) - Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_1481$class_1484;<init>(Lnet/minecraft/class_1481;D)Vofficial <init>Lbsk$c;<init>(Lbsk;D)Vnamed <init>Lnet/minecraft/entity/passive/TurtleEntity$WanderInWaterGoal;<init>(Lnet/minecraft/entity/passive/TurtleEntity;D)V
-
-
Method Details
-
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinuein classMoveToTargetPosGoal- Mappings:
Namespace Name Mixin selector intermediary method_6266Lnet/minecraft/class_1352;method_6266()Zofficial bLbmt;b()Znamed shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-
canStart
public boolean canStart()- Overrides:
canStartin classMoveToTargetPosGoal- Mappings:
Namespace Name Mixin selector intermediary method_6264Lnet/minecraft/class_1352;method_6264()Zofficial aLbmt;a()Znamed canStartLnet/minecraft/entity/ai/goal/Goal;canStart()Z
-
shouldResetPath
public boolean shouldResetPath()- Overrides:
shouldResetPathin classMoveToTargetPosGoal- Mappings:
Namespace Name Mixin selector intermediary method_6294Lnet/minecraft/class_1367;method_6294()Zofficial lLbng;l()Znamed shouldResetPathLnet/minecraft/entity/ai/goal/MoveToTargetPosGoal;shouldResetPath()Z
-
isTargetPos
- Specified by:
isTargetPosin classMoveToTargetPosGoal- Mappings:
Namespace Name Mixin selector intermediary method_6296Lnet/minecraft/class_1367;method_6296(Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;)Zofficial aLbng;a(Lcmn;Lgu;)Znamed isTargetPosLnet/minecraft/entity/ai/goal/MoveToTargetPosGoal;isTargetPos(Lnet/minecraft/world/WorldView;Lnet/minecraft/util/math/BlockPos;)Z
-