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 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, DensityFunctionTypes.class_7050 class_7050, ChunkGeneratorSettings chunkGeneratorSettings, AquiferSampler.FluidLevelSampler fluidLevelSampler, Blender blender, RandomDeriver randomDeriver, RandomDeriver randomDeriver2) private ChunkNoiseSamplerNoiseChunkGenerator.method_41537(Chunk chunk, StructureAccessor structureAccessor, Blender blender, class_7138 class_7138) voidNoiseChunkGenerator.method_41538(Chunk chunk, HeightContext heightContext, class_7138 class_7138, StructureAccessor structureAccessor, BiomeAccess biomeAccess, Registry<Biome> registry, Blender blender) ChunkGenerator.populateBiomes(Registry<Biome> biomeRegistry, Executor executor, class_7138 class_7138, Blender blender, StructureAccessor structureAccessor, Chunk chunk) NoiseChunkGenerator.populateBiomes(Registry<Biome> biomeRegistry, Executor executor, class_7138 class_7138, Blender blender, StructureAccessor structureAccessor, Chunk chunk) private voidNoiseChunkGenerator.populateBiomes(Blender blender, class_7138 class_7138, StructureAccessor structureAccessor, Chunk chunk) abstract CompletableFuture<Chunk>ChunkGenerator.populateNoise(Executor executor, Blender blender, class_7138 structureAccessor, StructureAccessor structureAccessor2, 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, class_7138 structureAccessor, StructureAccessor structureAccessor2, 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, class_7138 structureAccessor, StructureAccessor structureAccessor2, 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, class_7138 structureAccessor, StructureAccessor structureAccessor2, 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, class_7138 class_7138, Chunk chunk, int int2, int int3) Constructors in net.minecraft.world.gen.chunk with parameters of type BlenderModifierConstructorDescriptionChunkNoiseSampler(int horizontalSize, HeightLimitView heightLimitView, NoiseRouter noiseRouter, int int2, int int3, DensityFunctionTypes.class_7050 class_7050, ChunkGeneratorSettings chunkGeneratorSettings, AquiferSampler.FluidLevelSampler fluidLevelSampler, Blender blender, RandomDeriver randomDeriver, RandomDeriver randomDeriver2) -
Uses of Blender in net.minecraft.world.gen.densityfunction
Methods in net.minecraft.world.gen.densityfunction that return Blender