public class FleeEntityGoal<T extends Entity>
extends Goal
| ws | |
| net.minecraft.unmapped.C_27021753 | |
| net.minecraft.entity.ai.goal.FleeEntityGoal |
Field summary
| Modifier and Type | Field | ||||||
|---|---|---|---|---|---|---|---|
| private final com.google.common.base.Predicate<Entity> |
| ||||||
| protected PathFinderMobEntity |
| ||||||
| private final double |
| ||||||
| private final double |
| ||||||
| protected T |
| ||||||
| private final float |
| ||||||
| private Path |
| ||||||
| private final PathNavigation |
| ||||||
| private final Class<T> |
| ||||||
| private final com.google.common.base.Predicate<? super T> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (PathFinderMobEntity mob, Class<T> targetType, float distance, double speedWhenFar, double speedWhenClose) |
| public | (PathFinderMobEntity mob, Class<T> targetType, com.google.common.base.Predicate<? super T> targetFilter, float distance, double speedWhenFar, double speedWhenClose) |
Method summary
| Modifier and Type | Method | ||||||
|---|---|---|---|---|---|---|---|
| public boolean |
| ||||||
| public boolean |
| ||||||
| public void |
| ||||||
| public void |
| ||||||
| public void |
|