Interface NoiseGeneratorConfig.Factory

Enclosing interface:
NoiseGeneratorConfig

public static interface NoiseGeneratorConfig.Factory
  • Method Details

    • overworld

      Returns the vanilla overworld noise generation configuration.
      Returns:
      he vanilla overworld noise generation configuration.
    • 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

      Returns the vanilla nether noise generation configuration.
      Returns:
      the vanilla nether noise generation configuration.
    • end

      Returns the vanilla end noise generation configuration.
      Returns:
      the vanilla end noise generation configuration.
    • 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.