extends Behavior<PathfinderMob>
All mapped superinterfaces:
| cjq | |
| net.minecraft.world.entity.ai.behavior.FollowTemptation | |
| net.minecraft.class_5754 | |
| net.minecraft.entity.ai.brain.task.TemptTask |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public static final int |
| ||||||||
| public static final double |
| ||||||||
| public static final double |
| ||||||||
| private final Function<LivingEntity, Float> |
| ||||||||
| private final Function<LivingEntity, Double> |
| ||||||||
| private final boolean |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (Function<LivingEntity, Float> speed) |
| public | (Function<LivingEntity, Float> speed, Function<LivingEntity, Double> stopDistanceGetter) |
| public | (Function<LivingEntity, Float> speed, Function<LivingEntity, Double> stopDistanceGetter, boolean useEyeHeight) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| protected float |
| ||||||||
| private Optional<Player> |
| ||||||||
| protected boolean |
| ||||||||
| protected boolean |
| ||||||||
| protected void |
| ||||||||
| protected void |
| ||||||||
| protected void |
|