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