类 SetEntityLookTarget
java.lang.Object
net.minecraft.world.entity.ai.behavior.SetEntityLookTarget
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static 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)
-
构造器详细资料
-
SetEntityLookTarget
public SetEntityLookTarget()
-
-
方法详细资料
-
create
-
create
-
create
-
create
public static OneShot<LivingEntity> create(Predicate<LivingEntity> pCanLootAtTarget, float pMaxDist)
-