public class AvoidEntityGoal<T extends LivingEntity>
extends Goal
| amc | |
| net.minecraft.class_1338 | |
| net.minecraft.entity.ai.goal.AvoidEntityGoal |
Field summary
| Modifier and Type | Field | ||||||
|---|---|---|---|---|---|---|---|
| protected final CreatureEntity |
| ||||||
| private final double |
| ||||||
| private final double |
| ||||||
| protected T |
| ||||||
| protected final float |
| ||||||
| protected Path |
| ||||||
| protected final PathNavigator |
| ||||||
| protected final Class<T> |
| ||||||
| protected final Predicate<LivingEntity> |
| ||||||
| protected final Predicate<LivingEntity> |
| ||||||
| private final EntityPredicate |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (CreatureEntity arg0, Class<T> arg1, float arg2, double arg3, double arg4) |
| public | (CreatureEntity arg0, Class<T> arg1, Predicate<LivingEntity> arg2, float arg3, double arg4, double arg5, Predicate<LivingEntity> arg6) |
| public | (CreatureEntity arg0, Class<T> arg1, float arg2, double arg3, double arg4, Predicate<LivingEntity> arg5) |
Method summary
| Modifier and Type | Method | ||||||
|---|---|---|---|---|---|---|---|
| public boolean |
| ||||||
| public boolean |
| ||||||
| public void |
| ||||||
| public void |
| ||||||
| public void |
|