package net.minecraft.server; public final class BiomeMushrooms extends BiomeBase { public BiomeMushrooms() { super((new BiomeBase.a()).a(WorldGenSurface.G, WorldGenSurface.D).a(BiomeBase.Precipitation.RAIN).a(BiomeBase.Geography.MUSHROOM).a(0.2F).b(0.3F).c(0.9F).d(1.0F).a(4159204).b(329011).a((String) null)); this.a(WorldGenerator.MINESHAFT.b((WorldGenFeatureConfiguration) (new WorldGenMineshaftConfiguration(0.004D, WorldGenMineshaft.Type.NORMAL)))); this.a(WorldGenerator.STRONGHOLD.b((WorldGenFeatureConfiguration) WorldGenFeatureConfiguration.e)); BiomeDecoratorGroups.a(this); BiomeDecoratorGroups.c(this); BiomeDecoratorGroups.d(this); BiomeDecoratorGroups.f(this); BiomeDecoratorGroups.g(this); BiomeDecoratorGroups.h(this); BiomeDecoratorGroups.l(this); BiomeDecoratorGroups.Q(this); BiomeDecoratorGroups.Z(this); BiomeDecoratorGroups.aa(this); BiomeDecoratorGroups.am(this); BiomeDecoratorGroups.ap(this); this.a(EnumCreatureType.CREATURE, new BiomeBase.BiomeMeta(EntityTypes.MOOSHROOM, 8, 4, 8)); this.a(EnumCreatureType.AMBIENT, new BiomeBase.BiomeMeta(EntityTypes.BAT, 10, 8, 8)); } }