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(class_6953 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, class_6953 class_6953, Supplier<class_6916.class_7050> supplier, ChunkGeneratorSettings chunkGeneratorSettings, AquiferSampler.FluidLevelSampler fluidLevelSampler, Blender blender) Constructors in net.minecraft.world.gen.chunk with parameters of type class_6916.class_7050ModifierConstructorDescriptionprivateChunkNoiseSampler(int horizontalNoiseResolution, int verticalNoiseResolution, int horizontalSize, class_6953 class_6953, int minimumY, int minimumZ, class_6916.class_7050 class_7050, ChunkGeneratorSettings chunkGeneratorSettings, AquiferSampler.FluidLevelSampler fluidLevelSampler, Blender blender)