Class Turtle.TurtleLayEggGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.MoveToBlockGoal
net.minecraft.world.entity.animal.Turtle.TurtleLayEggGoal
- Enclosing class:
 - Turtle
 
- 
Nested Class Summary
 - 
Field Summary
FieldsFields inherited from class net.minecraft.world.entity.ai.goal.MoveToBlockGoal
blockPos, mob, nextStartTick, speedModifier, tryTicks, verticalSearchStart - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleancanUse()protected booleanisValidTarget(LevelReader p_30280_, BlockPos p_30281_) voidtick()Methods inherited from class net.minecraft.world.entity.ai.goal.MoveToBlockGoal
acceptedDistance, findNearestBlock, getMoveToTarget, isReachedTarget, moveMobToBlock, nextStartTick, requiresUpdateEveryTick, shouldRecalculatePath, startMethods inherited from class net.minecraft.world.entity.ai.goal.Goal
adjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, setFlags, stop, toString 
- 
Field Details
- 
turtle
 
 - 
 - 
Constructor Details
- 
TurtleLayEggGoal
TurtleLayEggGoal(Turtle p_30276_, double p_30277_)  
 - 
 - 
Method Details
- 
canUse
public boolean canUse()- Overrides:
 canUsein classMoveToBlockGoal
 - 
canContinueToUse
public boolean canContinueToUse()- Overrides:
 canContinueToUsein classMoveToBlockGoal
 - 
tick
public void tick()- Overrides:
 tickin classMoveToBlockGoal
 - 
isValidTarget
- Specified by:
 isValidTargetin classMoveToBlockGoal
 
 -