Uses of Class
net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator
Packages that use NoiseBasedChunkGenerator
- 
Uses of NoiseBasedChunkGenerator in net.minecraft.world.level.levelgenFields in net.minecraft.world.level.levelgen with type parameters of type NoiseBasedChunkGeneratorModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<NoiseBasedChunkGenerator>NoiseBasedChunkGenerator.CODEC
- 
Uses of NoiseBasedChunkGenerator in net.minecraft.world.level.levelgen.carverConstructors in net.minecraft.world.level.levelgen.carver with parameters of type NoiseBasedChunkGeneratorModifierConstructorDescriptionCarvingContext(NoiseBasedChunkGenerator p_224845_, RegistryAccess p_224846_, LevelHeightAccessor p_224847_, NoiseChunk p_224848_, RandomState p_224849_, SurfaceRules.RuleSource p_224850_)