Class SetWalkTargetAwayFrom
java.lang.Object
net.minecraft.world.entity.ai.behavior.SetWalkTargetAwayFrom
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate static <T> OneShot<PathfinderMob>create(MemoryModuleType<T> p_260057_, float p_259672_, int p_259866_, boolean p_259232_, Function<T, Vec3> p_259355_) static OneShot<PathfinderMob>entity(MemoryModuleType<? extends Entity> p_259598_, float p_260183_, int p_260077_, boolean p_259761_) static BehaviorControl<PathfinderMob>pos(MemoryModuleType<BlockPos> p_259330_, float p_259719_, int p_259965_, boolean p_259828_) 
- 
Constructor Details- 
SetWalkTargetAwayFrompublic SetWalkTargetAwayFrom()
 
- 
- 
Method Details- 
pospublic static BehaviorControl<PathfinderMob> pos(MemoryModuleType<BlockPos> p_259330_, float p_259719_, int p_259965_, boolean p_259828_) 
- 
entitypublic static OneShot<PathfinderMob> entity(MemoryModuleType<? extends Entity> p_259598_, float p_260183_, int p_260077_, boolean p_259761_) 
- 
createprivate static <T> OneShot<PathfinderMob> create(MemoryModuleType<T> p_260057_, float p_259672_, int p_259866_, boolean p_259232_, Function<T, Vec3> p_259355_) 
 
-