public class FindEntityTask<E extends LivingEntity, T extends LivingEntity>
extends Task<E>
| akg | |
| net.minecraft.class_4106 | |
| net.minecraft.entity.ai.brain.task.FindEntityTask | |
| net.minecraft.entity.ai.brain.task.InteractWithEntityTask |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| private final int |
| ||||||||
| private final float |
| ||||||||
| private final EntityType<? extends T> |
| ||||||||
| private final int |
| ||||||||
| private final Predicate<T> |
| ||||||||
| private final Predicate<E> |
| ||||||||
| private final MemoryModuleType<T> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (EntityType<? extends T> arg0, int arg1, Predicate<E> arg2, Predicate<T> arg3, MemoryModuleType<T> arg4, float arg5, int arg6) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public static <T extends LivingEntity> FindEntityTask<LivingEntity, T> |
| ||||||||
| protected boolean |
| ||||||||
| protected void |
|