public class EntityAIAvoidEntity<T extends Entity>
extends EntityAIBase
| ws | |
| net.minecraft.entity.ai.EntityAIAvoidEntity |
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 Path |
| ||||
| private final PathNavigate |
| ||||
| 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 |
|