Interface NoiseConfig.Factory
- Enclosing interface:
- NoiseConfig
public static interface NoiseConfig.Factory
- 
Method Details- 
overworldNoiseConfig overworld()Returns the default vanilla overworld noise configuration parameters.- Returns:
- the default vanilla overworld noise configuration parameters.
 
- 
netherNoiseConfig nether()Returns the vanilla nether noise configuration parameters.- Returns:
- the vanilla nether noise configuration parameters.
 
- 
endNoiseConfig end()Returns the vanilla end noise configuration parameters.- Returns:
- the vanilla end noise configuration parameters.
 
 
-