Class CLCommonEvents

java.lang.Object
com.hexagram2021.chromosomelib.common.CLCommonEvents

public final class CLCommonEvents extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    onEntityBreed(net.minecraft.world.entity.LivingEntity parentA, net.minecraft.world.entity.LivingEntity parentB, net.minecraft.world.entity.LivingEntity child)
    Called when two entities is breeding.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.