Package net.minecraftforge.common.world
Interface ForgeWorldPreset.IChunkGeneratorFactory
- All Known Subinterfaces:
ForgeWorldPreset.IBasicChunkGeneratorFactory
- Enclosing class:
- ForgeWorldPreset
public static interface ForgeWorldPreset.IChunkGeneratorFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateChunkGenerator
(RegistryAccess dynamicRegistries, long seed, String generatorSettings) default WorldGenSettings
createSettings
(RegistryAccess dynamicRegistries, long seed, boolean generateStructures, boolean bonusChest, String generatorSettings)
-
Method Details
-
createChunkGenerator
ChunkGenerator createChunkGenerator(RegistryAccess dynamicRegistries, long seed, String generatorSettings) -
createSettings
default WorldGenSettings createSettings(RegistryAccess dynamicRegistries, long seed, boolean generateStructures, boolean bonusChest, String generatorSettings)
-