public class PathfinderGoalNearestAttackableTarget<T extends EntityLiving>
extends PathfinderGoalTarget
| uy | |
| net.minecraft.entity.ai.EntityAINearestAttackableTarget | |
| net.minecraft.server.v1_9_R2.PathfinderGoalNearestAttackableTarget |
Field summary
| Modifier and Type | Field | ||||
|---|---|---|---|---|---|
| protected final Class<T> |
| ||||
| private final int |
| ||||
| protected final PathfinderGoalNearestAttackableTarget$DistanceComparator |
| ||||
| protected final com.google.common.base.Predicate<? super T> |
| ||||
| protected T |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| 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) |
Method summary
| Modifier and Type | Method | ||||
|---|---|---|---|---|---|
| public boolean |
| ||||
| protected AxisAlignedBB |
| ||||
| public void |
|