Package net.minecraft.entity.passive
Class TurtleEntity.LayEggGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.MoveToTargetPosGoal
net.minecraft.entity.passive.TurtleEntity.LayEggGoal
- Enclosing class:
- TurtleEntity
- Mappings:
- Namespace - Name - official - bsm$d- intermediary - net/minecraft/class_1481$class_1485- named - net/minecraft/entity/passive/TurtleEntity$LayEggGoal
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.entity.ai.goal.GoalGoal.Control
- 
Field SummaryFieldsFields inherited from class net.minecraft.entity.ai.goal.MoveToTargetPosGoalcooldown, lowestY, mob, speed, targetPos, tryingTime
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleancanStart()protected booleanisTargetPos(WorldView world, BlockPos pos) booleanvoidtick()Methods inherited from class net.minecraft.entity.ai.goal.MoveToTargetPosGoalfindTargetPos, getDesiredDistanceToTarget, getInterval, getTargetPos, hasReached, shouldResetPath, shouldRunEveryTick, start, startMovingToTargetMethods inherited from class net.minecraft.entity.ai.goal.GoalcanStop, getControls, getTickCount, setControls, stop, toGoalTicks, toString
- 
Field Details- 
turtle- Mappings:
- Namespace - Name - Mixin selector - official - g- Lbsm$d;g:Lbsm;- intermediary - field_6932- Lnet/minecraft/class_1481$class_1485;field_6932:Lnet/minecraft/class_1481;- named - turtle- Lnet/minecraft/entity/passive/TurtleEntity$LayEggGoal;turtle:Lnet/minecraft/entity/passive/TurtleEntity;
 
 
- 
- 
Constructor Details- 
LayEggGoalLayEggGoal(TurtleEntity turtle, double speed) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lbsm$d;<init>(Lbsm;D)V- intermediary - <init>- Lnet/minecraft/class_1481$class_1485;<init>(Lnet/minecraft/class_1481;D)V- named - <init>- Lnet/minecraft/entity/passive/TurtleEntity$LayEggGoal;<init>(Lnet/minecraft/entity/passive/TurtleEntity;D)V
 
 
- 
- 
Method Details- 
canStartpublic boolean canStart()- Overrides:
- canStartin class- MoveToTargetPosGoal
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lbmv;a()Z- intermediary - method_6264- Lnet/minecraft/class_1352;method_6264()Z- named - canStart- Lnet/minecraft/entity/ai/goal/Goal;canStart()Z
 
- 
shouldContinuepublic boolean shouldContinue()- Overrides:
- shouldContinuein class- MoveToTargetPosGoal
- Mappings:
- Namespace - Name - Mixin selector - official - b- Lbmv;b()Z- intermediary - method_6266- Lnet/minecraft/class_1352;method_6266()Z- named - shouldContinue- Lnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
 
- 
tickpublic void tick()- Overrides:
- tickin class- MoveToTargetPosGoal
- Mappings:
- Namespace - Name - Mixin selector - official - e- Lbmv;e()V- intermediary - method_6268- Lnet/minecraft/class_1352;method_6268()V- named - tick- Lnet/minecraft/entity/ai/goal/Goal;tick()V
 
- 
isTargetPos- Specified by:
- isTargetPosin class- MoveToTargetPosGoal
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lbni;a(Lcmp;Lgu;)Z- intermediary - method_6296- Lnet/minecraft/class_1367;method_6296(Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;)Z- named - isTargetPos- Lnet/minecraft/entity/ai/goal/MoveToTargetPosGoal;isTargetPos(Lnet/minecraft/world/WorldView;Lnet/minecraft/util/math/BlockPos;)Z
 
 
-