Baby Entity Spawn Event
To use this event use the following import:
groovy
import net.minecraftforge.event.entity.living.BabyEntitySpawnEventMethods
groovy
net.minecraft.entity.EntityLiving getParentB()groovy
net.minecraft.entity.EntityLiving getParentA()groovy
net.minecraft.entity.player.EntityPlayer getCausedByPlayer()groovy
void setChild(net.minecraft.entity.EntityAgeable arg0)groovy
net.minecraft.entity.EntityAgeable getChild()