
org.bukkit.entity.Slime Maven / Gradle / Ivy
package org.bukkit.entity;
/**
* Represents a Slime.
*/
public interface Slime extends LivingEntity {
/**
* @return The size of the slime
*/
int getSize();
/**
* @param sz The new size of the slime.
*/
void setSize(int sz);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy