public class PathfinderGoalAvoidTarget<T extends Entity>
extends PathfinderGoal
| agd | |
| net.minecraft.entity.ai.EntityAIAvoidEntity | |
| net.minecraft.server.v1_13_R2.PathfinderGoalAvoidTarget |
字段概要
| 修饰符与类型 | 字段 | ||||
|---|---|---|---|---|---|
| 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> |
|
构造函数概要
| 修饰符 | 构造函数 |
|---|---|
| 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) |
方法概要
| 修饰符与类型 | 方法 | ||||
|---|---|---|---|---|---|
| public boolean |
| ||||
| public boolean |
| ||||
| public void |
| ||||
| public void |
| ||||
| public void |
|