001package net.minecraft.entity;
002
003import net.minecraft.entity.passive.IAnimals;
004
005public interface INpc extends IAnimals
006{
007}