public class BehaviorInteract<E extends EntityLiving, T extends EntityLiving>
extends Behavior<E>
| ake | |
| net.minecraft.class_4106 | |
| net.minecraft.entity.ai.brain.task.InteractWithEntityTask | |
| net.minecraft.server.v1_14_R1.BehaviorInteract |
字段概要
| 修饰符与类型 | 字段 | ||||||
|---|---|---|---|---|---|---|---|
| private final int |
| ||||||
| private final float |
| ||||||
| private final EntityTypes<? extends T> |
| ||||||
| private final int |
| ||||||
| private final Predicate<T> |
| ||||||
| private final Predicate<E> |
| ||||||
| private final MemoryModuleType<T> |
|
构造函数概要
| 修饰符 | 构造函数 |
|---|---|
| public | (EntityTypes<? extends T> arg0, int arg1, Predicate<E> arg2, Predicate<T> arg3, MemoryModuleType<T> arg4, float arg5, int arg6) |
方法概要
| 修饰符与类型 | 方法 | ||||||
|---|---|---|---|---|---|---|---|
| public static <T extends EntityLiving> BehaviorInteract<EntityLiving, T> |
| ||||||
| protected boolean |
| ||||||
| protected void |
|