public class PathfinderGoalNearestAttackableTarget<T extends EntityLiving>
extends PathfinderGoalTarget
| aot | |
| net.minecraft.class_1400 | |
| net.minecraft.entity.ai.goal.FollowTargetGoal | |
| net.minecraft.entity.ai.goal.NearestAttackableTargetGoal | |
| net.minecraft.server.v1_14_R1.PathfinderGoalNearestAttackableTarget |
字段概要
| 修饰符与类型 | 字段 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| protected final Class<T> |
| ||||||||
| protected final int |
| ||||||||
| protected EntityLiving |
| ||||||||
| protected PathfinderTargetCondition |
|
构造函数概要
| 修饰符 | 构造函数 |
|---|---|
| public | (EntityInsentient arg0, Class<T> arg1, boolean arg2) |
| public | (EntityInsentient arg0, Class<T> arg1, boolean arg2, boolean arg3) |
| public | (EntityInsentient arg0, Class<T> arg1, int arg2, boolean arg3, boolean arg4, Predicate<EntityLiving> arg5) |
方法概要
| 修饰符与类型 | 方法 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public boolean |
| ||||||||
| protected AxisAlignedBB |
| ||||||||
| protected void |
| ||||||||
| public void |
|