extends Behavior<LivingEntity>
| bfw | |
| net.minecraft.world.entity.ai.behavior.SetWalkTargetFromLookTarget | |
| net.minecraft.class_4120 | |
| net.minecraft.entity.ai.brain.task.GoTowardsLookTarget | |
| net.minecraft.src.C_629_ | |
| net.minecraft.world.entity.ai.behavior.BehaviorLookWalk |
字段概要
| 修饰符与类型 | 字段 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| private final Function<LivingEntity, Float> |
| ||||||||||
| private final int |
| ||||||||||
| private final Predicate<LivingEntity> |
|
构造函数概要
| 修饰符 | 构造函数 |
|---|---|
| public | (float speed, int completionRange) |
| public | (Predicate<LivingEntity> predicate, Function<LivingEntity, Float> speed, int completionRange) |
方法概要
| 修饰符与类型 | 方法 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| protected boolean |
| ||||||||||
| protected void |
|