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