Class BabyFollowAdult
java.lang.Object
net.minecraft.world.entity.ai.behavior.BabyFollowAdult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OneShot
<AgeableMob> create
(UniformInt followRange, float speedModifier) static OneShot
<AgeableMob> create
(UniformInt followRange, Function<LivingEntity, Float> speedModifier)
-
Constructor Details
-
BabyFollowAdult
public BabyFollowAdult()
-
-
Method Details
-
create
-
create
public static OneShot<AgeableMob> create(UniformInt followRange, Function<LivingEntity, Float> speedModifier)
-