Interface WorldGenerationConfig
public interface WorldGenerationConfig
Represents settings that apply to the generation of a 
world.- 
Method Details- 
seedlong seed()Gets the seed- Returns:
- The seed
 
- 
generateStructuresboolean generateStructures()Gets if structures will generate- Returns:
- Whether structures will generate
 
- 
generateBonusChestboolean generateBonusChest()Gets if the bonus chest will generate- Returns:
- Whether bonus chest will generate
 
- 
builder
 
-