public class PathfinderGoalAvoidTarget<T extends EntityLiving>
extends PathfinderGoal
| amd | |
| net.minecraft.class_1338 | |
| net.minecraft.entity.ai.goal.AvoidEntityGoal | |
| net.minecraft.server.v1_14_R1.PathfinderGoalAvoidTarget |
Field summary
| Modifier and Type | Field | ||||||
|---|---|---|---|---|---|---|---|
| protected final EntityCreature |
| ||||||
| private final double |
| ||||||
| private final double |
| ||||||
| protected T |
| ||||||
| protected final float |
| ||||||
| protected PathEntity |
| ||||||
| protected final NavigationAbstract |
| ||||||
| protected final Class<T> |
| ||||||
| protected final Predicate<EntityLiving> |
| ||||||
| protected final Predicate<EntityLiving> |
| ||||||
| private final PathfinderTargetCondition |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (EntityCreature arg0, Class<T> arg1, float arg2, double arg3, double arg4) |
| public | (EntityCreature arg0, Class<T> arg1, Predicate<EntityLiving> arg2, float arg3, double arg4, double arg5, Predicate<EntityLiving> arg6) |
| public | (EntityCreature arg0, Class<T> arg1, float arg2, double arg3, double arg4, Predicate<EntityLiving> arg5) |
Method summary
| Modifier and Type | Method | ||||||
|---|---|---|---|---|---|---|---|
| public boolean |
| ||||||
| public boolean |
| ||||||
| public void |
| ||||||
| public void |
| ||||||
| public void |
|