001    package org.bukkit.entity;
002    
003    /**
004     * Represents a non-player character
005     */
006    public interface NPC extends Creature {
007    
008    }