Uses of Interface
net.minecraft.world.gen.densityfunction.DensityFunctionTypes.class_7050
Packages that use DensityFunctionTypes.class_7050
Package
Description
-
Uses of DensityFunctionTypes.class_7050 in net.minecraft.world.gen
Classes in net.minecraft.world.gen that implement DensityFunctionTypes.class_7050Modifier and TypeClassDescriptionclassApplies weights to noise values if they are near structures, placing terrain under them and hollowing out the space above them. -
Uses of DensityFunctionTypes.class_7050 in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as DensityFunctionTypes.class_7050Modifier and TypeFieldDescriptionprivate final DensityFunctionTypes.class_7050ChunkNoiseSampler.field_37113Methods in net.minecraft.world.gen.chunk with parameters of type DensityFunctionTypes.class_7050Modifier and TypeMethodDescriptionstatic ChunkNoiseSamplerChunkNoiseSampler.create(Chunk chunk, NoiseConfig noiseConfig, DensityFunctionTypes.class_7050 class_7050, ChunkGeneratorSettings chunkGeneratorSettings, AquiferSampler.FluidLevelSampler fluidLevelSampler, Blender blender) Constructors in net.minecraft.world.gen.chunk with parameters of type DensityFunctionTypes.class_7050ModifierConstructorDescriptionChunkNoiseSampler(int horizontalSize, NoiseConfig noiseConfig, int int2, int int3, GenerationShapeConfig generationShapeConfig, DensityFunctionTypes.class_7050 class_7050, ChunkGeneratorSettings chunkGeneratorSettings, AquiferSampler.FluidLevelSampler fluidLevelSampler, Blender blender) -
Uses of DensityFunctionTypes.class_7050 in net.minecraft.world.gen.densityfunction
Classes in net.minecraft.world.gen.densityfunction that implement DensityFunctionTypes.class_7050