Uses of Class
net.minecraft.world.gen.chunk.Blender
Packages that use Blender
Package
Description
-
Uses of Blender in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk with parameters of type BlenderModifier and TypeMethodDescriptionChunk.getOrCreateChunkNoiseSampler
(NoiseRouter noiseColumnSampler, Supplier<DensityFunctionTypes.class_7050> columnSampler, ChunkGeneratorSettings chunkGeneratorSettings, AquiferSampler.FluidLevelSampler fluidLevelSampler, Blender blender) -
Uses of Blender in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as BlenderModifier and TypeFieldDescriptionprivate final Blender
ChunkNoiseSampler.blender
private static final Blender
Blender.NO_BLENDING
Methods in net.minecraft.world.gen.chunk that return BlenderModifier and TypeMethodDescriptionstatic Blender
Blender.getBlender
(@Nullable ChunkRegion chunkRegion) ChunkNoiseSampler.getBlender()
static Blender
Blender.getNoBlending()
Methods in net.minecraft.world.gen.chunk with parameters of type BlenderModifier and TypeMethodDescriptionstatic ChunkNoiseSampler
ChunkNoiseSampler.create
(Chunk chunk, NoiseRouter noiseRouter, Supplier<DensityFunctionTypes.class_7050> noiseTypeSupplier, ChunkGeneratorSettings chunkGeneratorSettings, AquiferSampler.FluidLevelSampler fluidLevelSampler, Blender blender) ChunkGenerator.populateBiomes
(Registry<Biome> biomeRegistry, Executor executor, Blender blender, StructureAccessor structureAccessor, Chunk chunk) NoiseChunkGenerator.populateBiomes
(Registry<Biome> biomeRegistry, Executor executor, Blender blender, StructureAccessor structureAccessor, Chunk chunk) private void
NoiseChunkGenerator.populateBiomes
(Blender blender, StructureAccessor structureAccessor, Chunk chunk) abstract CompletableFuture<Chunk>
ChunkGenerator.populateNoise
(Executor executor, Blender blender, StructureAccessor structureAccessor, Chunk chunk) Generates the base shape of the chunk out of the basic block states as decided by this chunk generator's config.DebugChunkGenerator.populateNoise
(Executor executor, Blender blender, StructureAccessor structureAccessor, Chunk chunk) Generates the base shape of the chunk out of the basic block states as decided by this chunk generator's config.FlatChunkGenerator.populateNoise
(Executor executor, Blender blender, StructureAccessor structureAccessor, Chunk chunk) Generates the base shape of the chunk out of the basic block states as decided by this chunk generator's config.NoiseChunkGenerator.populateNoise
(Executor executor, Blender blender, StructureAccessor structureAccessor, Chunk chunk) Generates the base shape of the chunk out of the basic block states as decided by this chunk generator's config.private Chunk
NoiseChunkGenerator.populateNoise
(Blender blender, StructureAccessor structureAccessor, Chunk chunk, int int2, int int3) Constructors in net.minecraft.world.gen.chunk with parameters of type BlenderModifierConstructorDescriptionprivate
ChunkNoiseSampler
(int horizontalSize, int height, int minimumY, NoiseRouter noiseRouter, int x, int z, DensityFunctionTypes.class_7050 noiseType, ChunkGeneratorSettings chunkGeneratorSettings, AquiferSampler.FluidLevelSampler fluidLevelSampler, Blender blender) -
Uses of Blender in net.minecraft.world.gen.densityfunction
Methods in net.minecraft.world.gen.densityfunction that return Blender