Uses of Class
net.minecraft.world.biome.source.VanillaLayeredBiomeSource
Packages that use VanillaLayeredBiomeSource
Package
Description
-
Uses of VanillaLayeredBiomeSource in net.minecraft.world.biome.source
Fields in net.minecraft.world.biome.source with type parameters of type VanillaLayeredBiomeSourceModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<VanillaLayeredBiomeSource>VanillaLayeredBiomeSource.CODEC -
Uses of VanillaLayeredBiomeSource in net.minecraft.world.gen
Constructors in net.minecraft.world.gen with parameters of type VanillaLayeredBiomeSourceModifierConstructorDescriptionNoiseColumnSampler(int int2, int horizontalNoiseResolution, int verticalNoiseResolution, GenerationShapeConfig generationShapeConfig, VanillaLayeredBiomeSource vanillaLayeredBiomeSource, boolean bool, long long2) -
Uses of VanillaLayeredBiomeSource in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as VanillaLayeredBiomeSourceModifier and TypeFieldDescriptionprivate final VanillaLayeredBiomeSourceChunkGeneratorSettings.biomeSourceMethods in net.minecraft.world.gen.chunk that return VanillaLayeredBiomeSourceConstructors in net.minecraft.world.gen.chunk with parameters of type VanillaLayeredBiomeSourceModifierConstructorDescriptionprivateChunkGeneratorSettings(StructuresConfig structuresConfig, GenerationShapeConfig generationShapeConfig, VanillaLayeredBiomeSource biomeSource, BlockState defaultBlock, BlockState defaultFluid, int bedrockFloorY, int seaLevel, int minSurfaceLevel, boolean mobGenerationDisabled, boolean aquifers, boolean noiseCaves, boolean deepslate, boolean oreVeins, boolean noodleCaves)