9 lines
116 B
Java

package org.bukkit.entity;
/**
* Represents a non-player character
*/
public interface NPC extends Creature {
}