Uses of Class
net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator
Packages that use NoiseBasedChunkGenerator
Package
Description
-
Uses of NoiseBasedChunkGenerator in net.minecraft.client.gui.screens.worldselection
Methods in net.minecraft.client.gui.screens.worldselection that return NoiseBasedChunkGeneratorModifier and TypeMethodDescription(package private) static NoiseBasedChunkGeneratorWorldPreset.fixedBiomeGenerator(RegistryAccess p_194086_, long p_194087_, ResourceKey<NoiseGeneratorSettings> p_194088_) -
Uses of NoiseBasedChunkGenerator in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen with type parameters of type NoiseBasedChunkGeneratorModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<NoiseBasedChunkGenerator>NoiseBasedChunkGenerator.CODECMethods in net.minecraft.world.level.levelgen that return NoiseBasedChunkGeneratorModifier and TypeMethodDescriptionstatic NoiseBasedChunkGeneratorWorldGenSettings.makeDefaultOverworld(RegistryAccess p_190028_, long p_190029_) static NoiseBasedChunkGeneratorWorldGenSettings.makeDefaultOverworld(RegistryAccess p_190040_, long p_190041_, boolean p_190042_) static NoiseBasedChunkGeneratorWorldGenSettings.makeOverworld(RegistryAccess p_190031_, long p_190032_, ResourceKey<NoiseGeneratorSettings> p_190033_) static NoiseBasedChunkGeneratorWorldGenSettings.makeOverworld(RegistryAccess p_190035_, long p_190036_, ResourceKey<NoiseGeneratorSettings> p_190037_, boolean p_190038_) -
Uses of NoiseBasedChunkGenerator in net.minecraft.world.level.levelgen.carver
Fields in net.minecraft.world.level.levelgen.carver declared as NoiseBasedChunkGeneratorConstructors in net.minecraft.world.level.levelgen.carver with parameters of type NoiseBasedChunkGeneratorModifierConstructorDescriptionCarvingContext(NoiseBasedChunkGenerator p_190642_, RegistryAccess p_190643_, LevelHeightAccessor p_190644_, NoiseChunk p_190645_)