Interface WorldGenerationConfig

All Known Subinterfaces:
WorldGenerationConfig.Mutable

public interface WorldGenerationConfig
Represents settings that apply to the generation of a world.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets if the bonus chest will generate
    boolean
    Gets if features will generate
    long
    Gets the seed
  • Method Details

    • seed

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

      boolean generateFeatures()
      Gets if features will generate
      Returns:
      Whether features will generate
    • generateBonusChest

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