package minefantasy.entity; import net.minecraft.util.Icon; public interface IBomb { Icon getIcon(); }