static class TurtleEntity.MateGoal extends AnimalMateGoal
Goal.Control
Modifier and Type | Field and Description |
---|---|
private TurtleEntity |
turtle |
animal, mate, world
Constructor and Description |
---|
MateGoal(TurtleEntity turtle,
double speed) |
Modifier and Type | Method and Description |
---|---|
protected void |
breed() |
boolean |
canStart() |
shouldContinue, stop, tick
canStop, getControls, setControls, start, toString
private final TurtleEntity turtle
MateGoal(TurtleEntity turtle, double speed)
public boolean canStart()
canStart
in class AnimalMateGoal
protected void breed()
breed
in class AnimalMateGoal