Package net.minecraft.entity.passive
Class TurtleEntity.MateGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.ai.goal.BreedGoal
-
- net.minecraft.entity.passive.TurtleEntity.MateGoal
-
- Enclosing class:
- TurtleEntity
static class TurtleEntity.MateGoal extends BreedGoal
-
-
Constructor Summary
Constructors Constructor Description MateGoal(TurtleEntity p_i48822_1_, double p_i48822_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
breed()
boolean
canUse()
-
Methods inherited from class net.minecraft.entity.ai.goal.BreedGoal
canContinueToUse, stop, tick
-
-
-
-
Field Detail
-
turtle
private final TurtleEntity turtle
-
-
Constructor Detail
-
MateGoal
MateGoal(TurtleEntity p_i48822_1_, double p_i48822_2_)
-
-