public class PathfinderGoalAvoidTarget<T extends Entity>
extends PathfinderGoal
ty | |
net.minecraft.entity.ai.EntityAIAvoidEntity | |
net.minecraft.server.v1_11_R1.PathfinderGoalAvoidTarget |
Field summary
Modifier and Type | Field | ||||
---|---|---|---|---|---|
private final com.google.common.base.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 com.google.common.base.Predicate<? super T> |
|
Constructor summary
Modifier | Constructor |
---|---|
public | (EntityCreature arg0, Class<T> arg1, float arg2, double arg3, double arg4) |
public | (EntityCreature arg0, Class<T> arg1, com.google.common.base.Predicate<? super T> arg2, float arg3, double arg4, double arg5) |
Method summary
Modifier and Type | Method | ||||
---|---|---|---|---|---|
public boolean |
| ||||
public boolean |
| ||||
public void |
| ||||
public void |
| ||||
public void |
|