Uses of Interface
net.minecraft.class_6916.class_7050
Packages that use class_6916.class_7050
Package
Description
The base package for all Minecraft classes.
-
Uses of class_6916.class_7050 in net.minecraft
Classes in net.minecraft that implement class_6916.class_7050 -
Uses of class_6916.class_7050 in net.minecraft.world.chunk
Method parameters in net.minecraft.world.chunk with type arguments of type class_6916.class_7050Modifier and TypeMethodDescriptionChunk.getOrCreateChunkNoiseSampler(NoiseRouter noiseColumnSampler, Supplier<class_6916.class_7050> columnSampler, ChunkGeneratorSettings chunkGeneratorSettings, AquiferSampler.FluidLevelSampler fluidLevelSampler, Blender blender) -
Uses of class_6916.class_7050 in net.minecraft.world.gen
Classes in net.minecraft.world.gen that implement class_6916.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 class_6916.class_7050 in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as class_6916.class_7050Modifier and TypeFieldDescriptionprivate final class_6916.class_7050ChunkNoiseSampler.field_37113Method parameters in net.minecraft.world.gen.chunk with type arguments of type class_6916.class_7050Modifier and TypeMethodDescriptionstatic ChunkNoiseSamplerChunkNoiseSampler.create(Chunk chunk, NoiseRouter noiseRouter, Supplier<class_6916.class_7050> noiseTypeSupplier, ChunkGeneratorSettings chunkGeneratorSettings, AquiferSampler.FluidLevelSampler fluidLevelSampler, Blender blender) Constructors in net.minecraft.world.gen.chunk with parameters of type class_6916.class_7050ModifierConstructorDescriptionprivateChunkNoiseSampler(int horizontalSize, int height, int minimumY, NoiseRouter noiseRouter, int x, int z, class_6916.class_7050 noiseType, ChunkGeneratorSettings chunkGeneratorSettings, AquiferSampler.FluidLevelSampler fluidLevelSampler, Blender blender)