Uses of Class
net.minecraft.world.gen.chunk.NoiseChunkGenerator
| Package | Description |
|---|---|
| net.minecraft.world.gen | |
| net.minecraft.world.gen.chunk |
-
Uses of NoiseChunkGenerator in net.minecraft.world.gen
Methods in net.minecraft.world.gen that return NoiseChunkGenerator Modifier and Type Method Description static NoiseChunkGeneratorGeneratorOptions. createOverworldGenerator(Registry<Biome> biomeRegistry, Registry<ChunkGeneratorSettings> chunkGeneratorSettingsRegistry, long seed) -
Uses of NoiseChunkGenerator in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk with type parameters of type NoiseChunkGenerator Modifier and Type Field Description static com.mojang.serialization.Codec<NoiseChunkGenerator>NoiseChunkGenerator. CODEC