package org.bukkit.entity; /** * Represents a Creature. Any LivingEntity that is not human is a Creature. * @author Cogito * */ public interface Creature extends LivingEntity{ }