| Package | Description |
|---|---|
| net.minecraft.world.biome.provider | |
| net.minecraft.world.gen | |
| net.minecraft.world.gen.layer | |
| net.minecraftforge.common.extensions |
| Modifier and Type | Field and Description |
|---|---|
private OverworldGenSettings |
OverworldBiomeProviderSettings.generatorSettings |
| Modifier and Type | Method and Description |
|---|---|
OverworldGenSettings |
OverworldBiomeProviderSettings.getGeneratorSettings() |
| Modifier and Type | Method and Description |
|---|---|
OverworldBiomeProviderSettings |
OverworldBiomeProviderSettings.setGeneratorSettings(OverworldGenSettings p_205441_1_) |
| Modifier and Type | Field and Description |
|---|---|
static ChunkGeneratorType<OverworldGenSettings,OverworldChunkGenerator> |
ChunkGeneratorType.SURFACE |
| Constructor and Description |
|---|
OverworldChunkGenerator(IWorld worldIn,
BiomeProvider provider,
OverworldGenSettings settingsIn) |
| Modifier and Type | Method and Description |
|---|---|
static Layer |
LayerUtil.func_227474_a_(long p_227474_0_,
WorldType p_227474_2_,
OverworldGenSettings p_227474_3_) |
static <T extends IArea,C extends IExtendedNoiseRandom<T>> |
LayerUtil.func_227475_a_(WorldType p_227475_0_,
OverworldGenSettings p_227475_1_,
java.util.function.LongFunction<C> p_227475_2_) |
| Modifier and Type | Method and Description |
|---|---|
default <T extends IArea,C extends IExtendedNoiseRandom<T>> |
IForgeWorldType.getBiomeLayer(IAreaFactory<T> parentLayer,
OverworldGenSettings chunkSettings,
java.util.function.LongFunction<C> contextFactory)
Allows modifying the
IAreaFactory used for this type's biome
generation. |