public class FollowTargetGoal<T extends LivingEntity>
extends TrackTargetGoal
| aot | |
| net.minecraft.class_1400 | |
| net.minecraft.entity.ai.goal.FollowTargetGoal | |
| net.minecraft.entity.ai.goal.NearestAttackableTargetGoal |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| protected final Class<T> |
| ||||||||
| protected final int |
| ||||||||
| protected LivingEntity |
| ||||||||
| protected TargetPredicate |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (MobEntity arg0, Class<T> arg1, boolean arg2) |
| public | (MobEntity arg0, Class<T> arg1, boolean arg2, boolean arg3) |
| public | (MobEntity arg0, Class<T> arg1, int arg2, boolean arg3, boolean arg4, Predicate<LivingEntity> arg5) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public boolean |
| ||||||||
| protected Box |
| ||||||||
| protected void |
| ||||||||
| public void |
|