net.minecraft.entity.ai.goal

public class AnimalBreedGoal

extends Goal

ua
net.minecraft.class_889
net.minecraft.entity.ai.goal.AnimalBreedGoal
net.minecraft.entity.ai.EntityAIMate

Field summary

Modifier and TypeField
private AnimalEntity
d
field_3472
animal
theAnimal
World
a
field_3469
world
theWorld
private AnimalEntity
e
field_3473
mate
targetMate
int
b
field_3470
breedTimer
spawnBabyDelay
double
c
field_6839
speedModifier
moveSpeed

Constructor summary

ModifierConstructor
public (AnimalEntity animal, double speedModifier)

Method summary

Modifier and TypeMethod
public boolean
a()
method_2742()
canStart()
shouldExecute()
public boolean
b()
method_2744()
shouldContinue()
continueExecuting()
public void
d()
method_2745()
stop()
resetTask()
public void
e()
method_2746()
tick()
updateTask()
private AnimalEntity
f()
method_2737()
findMate()
getNearbyMate()
private void
g()
method_2738()
breed()
spawnBaby()