package net.CyanWool.api.entity.passive; public interface Chicken extends EntityPassive { public void dropEgg(); }