Interface NoiseConfig.Factory

Enclosing interface:
NoiseConfig

public static interface NoiseConfig.Factory
  • Method Summary

    Modifier and Type
    Method
    Description
    end()
    Returns the vanilla end noise configuration parameters.
    Returns the vanilla nether noise configuration parameters.
    Returns the default vanilla overworld noise configuration parameters.
  • Method Details

    • overworld

      NoiseConfig overworld()
      Returns the default vanilla overworld noise configuration parameters.
      Returns:
      the default vanilla overworld noise configuration parameters.
    • nether

      NoiseConfig nether()
      Returns the vanilla nether noise configuration parameters.
      Returns:
      the vanilla nether noise configuration parameters.
    • end

      Returns the vanilla end noise configuration parameters.
      Returns:
      the vanilla end noise configuration parameters.