static class TurtleEntity.MateGoal extends BreedGoal
Modifier and Type | Field and Description |
---|---|
private TurtleEntity |
turtle |
animal, targetMate, world
Constructor and Description |
---|
MateGoal(TurtleEntity turtle,
double speedIn) |
Modifier and Type | Method and Description |
---|---|
boolean |
shouldExecute() |
protected void |
spawnBaby() |
resetTask, shouldContinueExecuting, tick
getMutexFlags, isPreemptible, setMutexFlags, startExecuting, toString
private final TurtleEntity turtle
MateGoal(TurtleEntity turtle, double speedIn)
public boolean shouldExecute()
shouldExecute
in class BreedGoal