static class OcelotEntity.AvoidEntityGoal<T extends LivingEntity> extends AvoidEntityGoal<T>
Modifier and Type | Field and Description |
---|---|
private OcelotEntity |
ocelot |
avoidDistance, avoidTarget, avoidTargetSelector, classToAvoid, entity, field_203784_k, navigation, path
Constructor and Description |
---|
AvoidEntityGoal(OcelotEntity ocelotIn,
java.lang.Class<T> p_i50037_2_,
float p_i50037_3_,
double p_i50037_4_,
double p_i50037_6_) |
Modifier and Type | Method and Description |
---|---|
boolean |
shouldContinueExecuting() |
boolean |
shouldExecute() |
resetTask, startExecuting, tick
getMutexFlags, isPreemptible, setMutexFlags, toString
private final OcelotEntity ocelot
public AvoidEntityGoal(OcelotEntity ocelotIn, java.lang.Class<T> p_i50037_2_, float p_i50037_3_, double p_i50037_4_, double p_i50037_6_)
public boolean shouldExecute()
shouldExecute
in class AvoidEntityGoal<T extends LivingEntity>
public boolean shouldContinueExecuting()
shouldContinueExecuting
in class AvoidEntityGoal<T extends LivingEntity>