Interface WorldGenerationConfig


public interface WorldGenerationConfig
Represents settings that apply to the generation of a world.
  • Method Details

    • seed

      long seed()
      Gets the seed
      Returns:
      The seed
    • generateStructures

      boolean generateStructures()
      Gets if structures will generate
      Returns:
      Whether structures will generate
    • generateBonusChest

      boolean generateBonusChest()
      Gets if the bonus chest will generate
      Returns:
      Whether bonus chest will generate
    • builder