001    package org.bukkit.entity;
002    
003    /**
004     * Represents an Animal.
005     */
006    public interface Animals extends Ageable {}