Class InteractWith
java.lang.Object
net.minecraft.world.entity.ai.behavior.InteractWith
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
InteractWithpublic InteractWith()
 
- 
- 
Method Details- 
ofpublic 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_) 
- 
ofpublic 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_) 
 
-