/** * */ package org.bukkit.entity; /** * Represents a Sheep. * * @author Cogito * */ public interface Sheep extends Animals { }