public class ActiveTargetGoal<T extends LivingEntity>
extends TrackTargetGoal
| sp | |
| net.minecraft.unmapped.C_60757581 | |
| net.minecraft.entity.ai.goal.ActiveTargetGoal |
Field summary
| Modifier and Type | Field | ||||||
|---|---|---|---|---|---|---|---|
| protected final Class<T> |
| ||||||
| private final int |
| ||||||
| protected final ActiveTargetGoal$EntityDistanceComparator |
| ||||||
| protected com.google.common.base.Predicate<? super T> |
| ||||||
| protected LivingEntity |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (PathFinderMobEntity entity, Class<T> targetType, boolean checkVisibility) |
| public | (PathFinderMobEntity entity, Class<T> targetType, boolean checkVisibility, boolean checkCanNavigate) |
| public | (PathFinderMobEntity entity, Class<T> targetType, int chanceToStartGoal, boolean checkVisibility, boolean checkCanNavigate, com.google.common.base.Predicate<? super T> targetFilter) |
Method summary
| Modifier and Type | Method | ||||||
|---|---|---|---|---|---|---|---|
| public boolean |
| ||||||
| public void |
|