public class EntityAIFollowParent extends EntityAIBase
Modifier and Type | Field and Description |
---|---|
(package private) EntityAnimal |
childAnimal |
private int |
delayCounter |
(package private) double |
moveSpeed |
(package private) EntityAnimal |
parentAnimal |
Constructor and Description |
---|
EntityAIFollowParent(EntityAnimal animal,
double speed) |
Modifier and Type | Method and Description |
---|---|
void |
resetTask() |
boolean |
shouldContinueExecuting() |
boolean |
shouldExecute() |
void |
startExecuting() |
void |
updateTask() |
getMutexBits, isInterruptible, setMutexBits
EntityAnimal childAnimal
EntityAnimal parentAnimal
double moveSpeed
private int delayCounter
public EntityAIFollowParent(EntityAnimal animal, double speed)
public boolean shouldExecute()
shouldExecute
in class EntityAIBase
public boolean shouldContinueExecuting()
shouldContinueExecuting
in class EntityAIBase
public void startExecuting()
startExecuting
in class EntityAIBase
public void resetTask()
resetTask
in class EntityAIBase
public void updateTask()
updateTask
in class EntityAIBase