public class LongJumpTask<E extends MobEntity>
extends MultiTickTask<E>
All mapped superinterfaces:
| net.minecraft.world.entity.ai.behavior.LongJumpToRandomPos | |
| net.minecraft.class_6030 | |
| net.minecraft.entity.ai.brain.task.LongJumpTask |
Field summary
| Modifier and Type | Field | ||||||
|---|---|---|---|---|---|---|---|
| protected static final int |
|
||||||
| private static final int |
|
||||||
| protected static final int |
|
||||||
| private static final int |
|
||||||
| private static final List<Integer> |
|
||||||
| private final UniformIntProvider |
|
||||||
| protected final int |
|
||||||
| protected final int |
|
||||||
| protected final float |
|
||||||
| protected List<LongJumpTask$Target> |
|
||||||
| protected Optional<Vec3d> |
|
||||||
| protected Vec3d |
|
||||||
| protected int |
|
||||||
| protected long |
|
||||||
| private final Function<E, SoundEvent> |
|
||||||
| private final BiPredicate<E, BlockPos> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (UniformIntProvider cooldownRange, int verticalRange, int horizontalRange, float maxRange, Function<E, SoundEvent> entityToSound) |
| public | (UniformIntProvider cooldownRange, int verticalRange, int horizontalRange, float maxRange, Function<E, SoundEvent> entityToSound, BiPredicate<E, BlockPos> jumpToPredicate) |
Method summary
| Modifier and Type | Method | ||||||
|---|---|---|---|---|---|---|---|
| public static <E extends MobEntity> boolean |
|
||||||
| protected boolean |
|
||||||
| protected boolean |
|
||||||
| protected void |
|
||||||
| protected void |
|
||||||
| protected void |
|
||||||
| protected Optional<LongJumpTask$Target> |
|
||||||
| private boolean |
|
||||||
| protected Vec3d |
|
||||||
| protected boolean |
|
||||||
| protected boolean |
|
||||||
| protected void |
|
||||||
| protected void |
|
||||||
| private static LongJumpTask$Target |
|
||||||
| private static boolean |
|