Uses of Class
net.minecraft.world.gen.chunk.Blender
Packages that use 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, NoiseConfig noiseConfig, DensityFunctionTypes.Beardifying beardifying, ChunkGeneratorSettings chunkGeneratorSettings, AquiferSampler.FluidLevelSampler fluidLevelSampler, Blender blender) private ChunkNoiseSampler
NoiseChunkGenerator.method_41537
(Chunk chunk, StructureAccessor structureAccessor, Blender blender, NoiseConfig noiseConfig) void
NoiseChunkGenerator.method_41538
(Chunk chunk, HeightContext heightContext, NoiseConfig noiseConfig, StructureAccessor structureAccessor, BiomeAccess biomeAccess, Registry<Biome> registry, Blender blender) ChunkGenerator.populateBiomes
(Registry<Biome> biomeRegistry, Executor executor, NoiseConfig noiseConfig, Blender blender, StructureAccessor structureAccessor, Chunk chunk) NoiseChunkGenerator.populateBiomes
(Registry<Biome> biomeRegistry, Executor executor, NoiseConfig noiseConfig, Blender blender, StructureAccessor structureAccessor, Chunk chunk) private void
NoiseChunkGenerator.populateBiomes
(Blender blender, NoiseConfig noiseConfig, StructureAccessor structureAccessor, Chunk chunk) abstract CompletableFuture<Chunk>
ChunkGenerator.populateNoise
(Executor executor, Blender blender, NoiseConfig noiseConfig, 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, NoiseConfig noiseConfig, 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, NoiseConfig noiseConfig, 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, NoiseConfig noiseConfig, 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, NoiseConfig noiseConfig, Chunk chunk, int int2, int int3) Constructors in net.minecraft.world.gen.chunk with parameters of type BlenderModifierConstructorDescriptionChunkNoiseSampler
(int horizontalSize, NoiseConfig noiseConfig, int int2, int int3, GenerationShapeConfig generationShapeConfig, DensityFunctionTypes.Beardifying beardifying, 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