Class CLCommonEvents
java.lang.Object
com.hexagram2021.chromosomelib.common.CLCommonEvents
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanonEntityBreed(net.minecraft.world.entity.LivingEntity parentA, net.minecraft.world.entity.LivingEntity parentB, net.minecraft.world.entity.LivingEntity child) Called when two entities is breeding.
-
Method Details
-
onEntityBreed
public static boolean onEntityBreed(net.minecraft.world.entity.LivingEntity parentA, net.minecraft.world.entity.LivingEntity parentB, @Nullable net.minecraft.world.entity.LivingEntity child) Called when two entities is breeding.
-