001    package org.bukkit.entity;
002    
003    /**
004     * Represents a Ghast.
005     */
006    public interface Ghast extends Flying {}