net.minecraft.world.entity.ai.behavior

public class SetEntityLookTargetSometimes

bzz
net.minecraft.world.entity.ai.behavior.SetEntityLookTargetSometimes
net.minecraft.class_7895
net.minecraft.entity.ai.brain.task.LookAtMobWithIntervalTask
net.minecraft.world.entity.ai.behavior.SetEntityLookTargetSometimes

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static BehaviorControl<LivingEntity>
a(float arg0, bsu arg1)
create(float arg0, UniformInt arg1)
method_47067(float arg0, class_6019 arg1)
follow(float maxDistance, UniformIntProvider interval)
public static BehaviorControl<LivingEntity>
a(bvr<?> arg0, float arg1, bsu arg2)
create(EntityType<?> arg0, float arg1, UniformInt arg2)
method_47069(class_1299<?> arg0, float arg1, class_6019 arg2)
follow(EntityType<?> type, float maxDistance, UniformIntProvider interval)
private static BehaviorControl<LivingEntity>
a(float arg0, bsu arg1, Predicate<bwg> arg2)
create(float arg0, UniformInt arg1, Predicate<LivingEntity> arg2)
method_47068(float arg0, class_6019 arg1, Predicate<class_1309> arg2)
follow(float maxDistance, UniformIntProvider interval, Predicate<LivingEntity> predicate)