Class InteractWith
java.lang.Object
net.minecraft.world.entity.ai.behavior.InteractWith
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic <E extends LivingEntity,T extends LivingEntity> 
BehaviorControl<E>of(EntityType<? extends T> p_259366_, int p_259564_, Predicate<E> p_259570_, Predicate<T> p_260254_, MemoryModuleType<T> p_260229_, float p_259369_, int p_259065_) static <T extends LivingEntity>
BehaviorControl<LivingEntity>of(EntityType<? extends T> p_259703_, int p_260224_, MemoryModuleType<T> p_259995_, float p_259991_, int p_259933_)  
- 
Constructor Details
- 
InteractWith
public InteractWith() 
 - 
 - 
Method Details
- 
of
public static <T extends LivingEntity> BehaviorControl<LivingEntity> of(EntityType<? extends T> p_259703_, int p_260224_, MemoryModuleType<T> p_259995_, float p_259991_, int p_259933_)  - 
of
public static <E extends LivingEntity,T extends LivingEntity> BehaviorControl<E> of(EntityType<? extends T> p_259366_, int p_259564_, Predicate<E> p_259570_, Predicate<T> p_260254_, MemoryModuleType<T> p_260229_, float p_259369_, int p_259065_)  
 -