public List<?> getMobsFor(EnumCreatureType ect, int i, int i1, int i2) { return provider.getMobsFor(ect, i, i1, i2); }
public List<?> getMobsFor(EnumCreatureType type, int x, int y, int z) { BiomeBase biomebase = world.getBiome(x, z); return biomebase == null ? null : biomebase.getMobs(type); }