Uses of Class
net.minecraft.world.gen.chunk.NoiseChunkGenerator
Packages that use NoiseChunkGenerator
Package
Description
-
Uses of NoiseChunkGenerator in net.minecraft.client.world
Methods in net.minecraft.client.world that return NoiseChunkGeneratorModifier and TypeMethodDescription(package private) static NoiseChunkGeneratorGeneratorType.method_39194(DynamicRegistryManager dynamicRegistryManager, long long2, RegistryKey<ChunkGeneratorSettings> registryKey) -
Uses of NoiseChunkGenerator in net.minecraft.world.gen
Methods in net.minecraft.world.gen that return NoiseChunkGeneratorModifier and TypeMethodDescriptionstatic NoiseChunkGeneratorGeneratorOptions.createOverworldGenerator(DynamicRegistryManager dynamicRegistryManager, long long2) -
Uses of NoiseChunkGenerator in net.minecraft.world.gen.carver
Fields in net.minecraft.world.gen.carver declared as NoiseChunkGeneratorConstructors in net.minecraft.world.gen.carver with parameters of type NoiseChunkGeneratorModifierConstructorDescriptionCarverContext(NoiseChunkGenerator chunkGenerator, DynamicRegistryManager registryManager, HeightLimitView heightLimitView) -
Uses of NoiseChunkGenerator in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk with type parameters of type NoiseChunkGeneratorModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<NoiseChunkGenerator>NoiseChunkGenerator.CODEC