public class PathfinderGoalNearestAttackableTarget<T extends EntityLiving>
extends PathfinderGoalTarget
| yw | |
| net.minecraft.entity.ai.EntityAINearestAttackableTarget | |
| net.minecraft.server.v1_12_R1.PathfinderGoalNearestAttackableTarget |
字段概要
| 修饰符与类型 | 字段 | ||||
|---|---|---|---|---|---|
| protected final Class<T> |
| ||||
| private final int |
| ||||
| protected final PathfinderGoalNearestAttackableTarget$DistanceComparator |
| ||||
| protected final com.google.common.base.Predicate<? super T> |
| ||||
| protected T |
|
构造函数概要
| 修饰符 | 构造函数 |
|---|---|
| public | (EntityCreature arg0, Class<T> arg1, boolean arg2) |
| public | (EntityCreature arg0, Class<T> arg1, boolean arg2, boolean arg3) |
| public | (EntityCreature arg0, Class<T> arg1, int arg2, boolean arg3, boolean arg4, com.google.common.base.Predicate<? super T> arg5) |
方法概要
| 修饰符与类型 | 方法 | ||||
|---|---|---|---|---|---|
| public boolean |
| ||||
| protected AxisAlignedBB |
| ||||
| public void |
|