001 package net.minecraft.src;
002
003 public abstract class EntityAmbientCreature extends EntityLiving implements IAnimals
004 {
005 public EntityAmbientCreature(World par1World)
006 {
007 super(par1World);
008 }
009 }