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, NoiseRouter noiseRouter, DensityFunctionTypes.class_7050 class_7050, ChunkGeneratorSettings chunkGeneratorSettings, AquiferSampler.FluidLevelSampler fluidLevelSampler, Blender blender, RandomDeriver randomDeriver, RandomDeriver randomDeriver2) Constructors in net.minecraft.world.gen.chunk with parameters of type DensityFunctionTypes.class_7050ModifierConstructorDescriptionChunkNoiseSampler(int horizontalSize, HeightLimitView heightLimitView, NoiseRouter noiseRouter, int int2, int int3, DensityFunctionTypes.class_7050 class_7050, ChunkGeneratorSettings chunkGeneratorSettings, AquiferSampler.FluidLevelSampler fluidLevelSampler, Blender blender, RandomDeriver randomDeriver, RandomDeriver randomDeriver2) -
Uses of DensityFunctionTypes.class_7050 in net.minecraft.world.gen.densityfunction
Classes in net.minecraft.world.gen.densityfunction that implement DensityFunctionTypes.class_7050