Interface NoiseGeneratorConfig.Factory
- Enclosing interface:
- NoiseGeneratorConfig
public static interface NoiseGeneratorConfig.Factory
-
Method Summary
Modifier and TypeMethodDescriptionReturns the vanilla amplified overworld noise generation configuration.caves()
Returns the vanilla cave overworld noise generation configuration.end()
Returns the vanilla end noise generation configuration.Returns the vanilla floating islands overworld noise generation configuration.Returns the vanilla overworld with large biomes noise generation configuration.nether()
Returns the vanilla nether noise generation configuration.Returns the vanilla overworld noise generation configuration.
-
Method Details
-
overworld
NoiseGeneratorConfig overworld()Returns the vanilla overworld noise generation configuration.- Returns:
- he vanilla overworld noise generation configuration.
-
amplified
NoiseGeneratorConfig amplified()Returns the vanilla amplified overworld noise generation configuration.- Returns:
- the vanilla amplified overworld noise generation configuration.
-
largeBiomes
NoiseGeneratorConfig largeBiomes()Returns the vanilla overworld with large biomes noise generation configuration.- Returns:
- the vanilla overworld with large biomes noise generation configuration.
-
nether
NoiseGeneratorConfig nether()Returns the vanilla nether noise generation configuration.- Returns:
- the vanilla nether noise generation configuration.
-
end
NoiseGeneratorConfig end()Returns the vanilla end noise generation configuration.- Returns:
- the vanilla end noise generation configuration.
-
caves
NoiseGeneratorConfig caves()Returns the vanilla cave overworld noise generation configuration.- Returns:
- the vanilla cave overworld noise generation configuration.
-
floatingIslands
NoiseGeneratorConfig floatingIslands()Returns the vanilla floating islands overworld noise generation configuration.- Returns:
- the vanilla floating islands overworld noise generation configuration.
-