public class PathfinderGoalAvoidTarget<T extends Entity>
extends PathfinderGoal
| aga | |
| net.minecraft.entity.ai.EntityAIAvoidEntity | |
| net.minecraft.server.v1_13_R1.PathfinderGoalAvoidTarget |
Field summary
| Modifier and Type | Field | ||||
|---|---|---|---|---|---|
| private final Predicate<Entity> |
| ||||
| protected EntityCreature |
| ||||
| private final double |
| ||||
| private final double |
| ||||
| protected T |
| ||||
| private final float |
| ||||
| private PathEntity |
| ||||
| private final NavigationAbstract |
| ||||
| private final Class<T> |
| ||||
| private final Predicate<? super Entity> |
| ||||
| private final Predicate<? super Entity> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (EntityCreature arg0, Class<T> arg1, float arg2, double arg3, double arg4) |
| public | (EntityCreature arg0, Class<T> arg1, Predicate<? super Entity> arg2, float arg3, double arg4, double arg5, Predicate<Entity> arg6) |
| public | (EntityCreature arg0, Class<T> arg1, float arg2, double arg3, double arg4, Predicate<Entity> arg5) |
Method summary
| Modifier and Type | Method | ||||
|---|---|---|---|---|---|
| public boolean |
| ||||
| public boolean |
| ||||
| public void |
| ||||
| public void |
| ||||
| public void |
|