public class LongJumpToRandomPos<E extends Mob>
extends Behavior<E>
All mapped superinterfaces:
| ckg | |
| 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 UniformInt |
| ||||||||
| protected final int |
| ||||||||
| protected final int |
| ||||||||
| protected final float |
| ||||||||
| protected List<LongJumpToRandomPos$PossibleJump> |
| ||||||||
| protected Optional<Vec3> |
| ||||||||
| protected Vec3 |
| ||||||||
| protected int |
| ||||||||
| protected long |
| ||||||||
| private final Function<E, SoundEvent> |
| ||||||||
| private final BiPredicate<E, BlockPos> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (UniformInt cooldownRange, int verticalRange, int horizontalRange, float maxRange, Function<E, SoundEvent> entityToSound) |
| public | (UniformInt 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 Mob> boolean |
| ||||||||
| protected boolean |
| ||||||||
| protected boolean |
| ||||||||
| protected void |
| ||||||||
| protected void |
| ||||||||
| protected void |
| ||||||||
| protected Optional<LongJumpToRandomPos$PossibleJump> |
| ||||||||
| private boolean |
| ||||||||
| protected Vec3 |
|