Class SetEntityLookTargetSometimes
java.lang.Object
net.minecraft.world.entity.ai.behavior.SetEntityLookTargetSometimes
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BehaviorControl
<LivingEntity> create
(float maxDist, UniformInt interval) Deprecated.private static BehaviorControl
<LivingEntity> create
(float maxDist, UniformInt interval, Predicate<LivingEntity> canLookAtTarget) Deprecated.static BehaviorControl
<LivingEntity> create
(EntityType<?> entityType, float maxDist, UniformInt interval) Deprecated.
-
Constructor Details
-
SetEntityLookTargetSometimes
public SetEntityLookTargetSometimes()Deprecated.
-
-
Method Details
-
create
Deprecated. -
create
public static BehaviorControl<LivingEntity> create(EntityType<?> entityType, float maxDist, UniformInt interval) Deprecated. -
create
private static BehaviorControl<LivingEntity> create(float maxDist, UniformInt interval, Predicate<LivingEntity> canLookAtTarget) Deprecated.
-