extends Behavior<LivingEntity>
| anf | |
| net.minecraft.world.entity.ai.behavior.SetLookAndInteract | |
| net.minecraft.class_4109 | |
| net.minecraft.entity.ai.brain.task.FindInteractionTargetTask | |
| net.minecraft.entity.ai.brain.task.FindInteractionAndLookTargetTask | |
| net.minecraft.server.v1_15_R1.BehaviorLookInteract |
字段概要
| 修饰符与类型 | 字段 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| private final EntityType<?> |
| ||||||||||
| private final int |
| ||||||||||
| private final Predicate<LivingEntity> |
| ||||||||||
| private final Predicate<LivingEntity> |
|
构造函数概要
| 修饰符 | 构造函数 |
|---|---|
| public | (EntityType<?> entityType, int maxDistance, Predicate<LivingEntity> shouldRunPredicate, Predicate<LivingEntity> predicate) |
| public | (EntityType<?> entityType, int maxDistance) |
方法概要
| 修饰符与类型 | 方法 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public boolean |
| ||||||||||
| public void |
| ||||||||||
| private boolean |
| ||||||||||
| private List<LivingEntity> |
|