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 BlenderChunkNoiseSampler.blenderprivate static final BlenderBlender.NO_BLENDINGMethods in net.minecraft.world.gen.chunk that return BlenderModifier and TypeMethodDescriptionstatic BlenderBlender.getBlender(@Nullable ChunkRegion chunkRegion) ChunkNoiseSampler.getBlender()static BlenderBlender.getNoBlending()Methods in net.minecraft.world.gen.chunk with parameters of type BlenderModifier and TypeMethodDescriptionstatic ChunkNoiseSamplerChunkNoiseSampler.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 voidNoiseChunkGenerator.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 ChunkNoiseChunkGenerator.populateNoise(Blender blender, StructureAccessor structureAccessor, Chunk chunk, int int2, int int3) Constructors in net.minecraft.world.gen.chunk with parameters of type BlenderModifierConstructorDescriptionprivateChunkNoiseSampler(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