public class ActiveTargetGoal<T extends LivingEntity>
extends TrackTargetGoal
| ail | |
| net.minecraft.unmapped.C_60757581 | |
| net.minecraft.entity.ai.goal.ActiveTargetGoal | |
| net.minecraft.entity.ai.EntityAINearestAttackableTarget |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| protected final Class<T> |
| ||||||||
| private final int |
| ||||||||
| protected final ActiveTargetGoal$EntityDistanceComparator |
| ||||||||
| protected final Predicate<? super T> |
| ||||||||
| protected T |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (PathFinderMobEntity entity, Class<T> targetType, boolean checkVisibility) |
| public | (PathFinderMobEntity entity, Class<T> targetType, boolean checkVisibility, boolean checkCanNavigate) |
| public | (PathFinderMobEntity arg0, Class<T> arg1, int arg2, boolean arg3, boolean arg4, Predicate<? super T> arg5) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public boolean |
| ||||||||
| protected Box |
| ||||||||
| public void |
|