Uses of Class
net.minecraft.world.level.levelgen.NoiseChunk
Packages that use NoiseChunk
Package
Description
-
Uses of NoiseChunk in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk declared as NoiseChunkMethods in net.minecraft.world.level.chunk that return NoiseChunkModifier and TypeMethodDescriptionChunkAccess.getOrCreateNoiseChunk(NoiseRouter p_207938_, Supplier<DensityFunctions.BeardifierOrMarker> p_207939_, NoiseGeneratorSettings p_207940_, Aquifer.FluidPicker p_207941_, Blender p_207942_) -
Uses of NoiseChunk in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen declared as NoiseChunkModifier and TypeFieldDescriptionprivate final NoiseChunkAquifer.NoiseBasedAquifer.noiseChunkprivate final NoiseChunkSurfaceRules.Context.noiseChunkMethods in net.minecraft.world.level.levelgen that return NoiseChunkModifier and TypeMethodDescriptionstatic NoiseChunkNoiseChunk.forChunk(ChunkAccess p_209207_, NoiseRouter p_209208_, Supplier<DensityFunctions.BeardifierOrMarker> p_209209_, NoiseGeneratorSettings p_209210_, Aquifer.FluidPicker p_209211_, Blender p_209212_) static NoiseChunkNoiseChunk.forColumn(int p_209195_, int p_209196_, int p_209197_, int p_209198_, NoiseRouter p_209199_, NoiseGeneratorSettings p_209200_, Aquifer.FluidPicker p_209201_) NoiseChunk.forIndex(int p_209240_) Methods in net.minecraft.world.level.levelgen with parameters of type NoiseChunkModifier and TypeMethodDescriptionvoidSurfaceSystem.buildSurface(BiomeManager p_189945_, Registry<Biome> p_189946_, boolean p_189947_, WorldGenerationContext p_189948_, ChunkAccess p_189949_, NoiseChunk p_189950_, SurfaceRules.RuleSource p_189951_) static AquiferAquifer.create(NoiseChunk p_208161_, ChunkPos p_208162_, DensityFunction p_208163_, DensityFunction p_208164_, DensityFunction p_208165_, DensityFunction p_208166_, PositionalRandomFactory p_208167_, int p_208168_, int p_208169_, Aquifer.FluidPicker p_208170_) private BlockStateNoiseBasedChunkGenerator.debugPreliminarySurfaceLevel(NoiseChunk p_198232_, int p_198233_, int p_198234_, int p_198235_, BlockState p_198236_) NoiseBasedChunkGenerator.topMaterial(CarvingContext p_188669_, Function<BlockPos, Holder<Biome>> p_188670_, ChunkAccess p_188671_, NoiseChunk p_188672_, BlockPos p_188673_, boolean p_188674_) Deprecated.SurfaceSystem.topMaterial(SurfaceRules.RuleSource p_189972_, CarvingContext p_189973_, Function<BlockPos, Holder<Biome>> p_189974_, ChunkAccess p_189975_, NoiseChunk p_189976_, BlockPos p_189977_, boolean p_189978_) Deprecated.Constructors in net.minecraft.world.level.levelgen with parameters of type NoiseChunkModifierConstructorDescriptionprotectedContext(SurfaceSystem p_189562_, ChunkAccess p_189563_, NoiseChunk p_189564_, Function<BlockPos, Holder<Biome>> p_189565_, Registry<Biome> p_189566_, WorldGenerationContext p_189567_) (package private)NoiseBasedAquifer(NoiseChunk p_208175_, ChunkPos p_208176_, DensityFunction p_208177_, DensityFunction p_208178_, DensityFunction p_208179_, DensityFunction p_208180_, PositionalRandomFactory p_208181_, int p_208182_, int p_208183_, Aquifer.FluidPicker p_208184_) -
Uses of NoiseChunk in net.minecraft.world.level.levelgen.carver
Fields in net.minecraft.world.level.levelgen.carver declared as NoiseChunkConstructors in net.minecraft.world.level.levelgen.carver with parameters of type NoiseChunkModifierConstructorDescriptionCarvingContext(NoiseBasedChunkGenerator p_190642_, RegistryAccess p_190643_, LevelHeightAccessor p_190644_, NoiseChunk p_190645_) -
Uses of NoiseChunk in net.minecraft.world.level.levelgen.material
Methods in net.minecraft.world.level.levelgen.material with parameters of type NoiseChunkModifier and TypeMethodDescriptionWorldGenMaterialRule.apply(NoiseChunk p_191553_, int p_191554_, int p_191555_, int p_191556_)