Class SetEntityLookTarget
java.lang.Object
net.minecraft.world.entity.ai.behavior.SetEntityLookTarget
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OneShot
<LivingEntity> create
(float pMaxDist) static OneShot
<LivingEntity> create
(Predicate<LivingEntity> pCanLootAtTarget, float pMaxDist) static OneShot
<LivingEntity> create
(EntityType<?> pEntityType, float pMaxDist) static BehaviorControl
<LivingEntity> create
(MobCategory pCategory, float pMakDist)
-
Constructor Details
-
SetEntityLookTarget
public SetEntityLookTarget()
-
-
Method Details
-
create
-
create
-
create
-
create
public static OneShot<LivingEntity> create(Predicate<LivingEntity> pCanLootAtTarget, float pMaxDist)
-