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