net.minecraft.entity.ai.brain.task

public class WalkTowardsEntityTask

net.minecraft.world.entity.ai.behavior.BabyFollowAdult
net.minecraft.world.entity.ai.behavior.BabyFollowAdult
net.minecraft.class_5355
net.minecraft.entity.ai.brain.task.WalkTowardsEntityTask

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static SingleTickTask<LivingEntity>
create(UniformInt followRange, float speedModifier)
create(UniformInt followRange, float speedModifier)
method_46896(class_6019 arg0, float arg1)
createNearestVisibleAdult(UniformIntProvider executionRange, float speed)
public static SingleTickTask<LivingEntity>
create(UniformInt followRange, Function<LivingEntity, Float> speedModifier, MemoryModuleType<? extends LivingEntity> nearestVisibleType, boolean targetEye)
create(UniformInt followRange, Function<LivingEntity, Float> speedModifier, MemoryModuleType<? extends LivingEntity> nearestVisibleType, boolean targetEye)
method_46897(class_6019 arg0, Function<class_1309, Float> arg1, class_4140<? extends class_1309> arg2, boolean arg3)
create(UniformIntProvider executionRange, Function<LivingEntity, Float> speed, MemoryModuleType<? extends LivingEntity> targetType, boolean eyeHeight)