Interface WorldGenerationConfig
- All Known Subinterfaces:
WorldGenerationConfig.Mutable
public interface WorldGenerationConfig
Represents settings that apply to the generation of a
world
.-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets if the bonus chest will generateboolean
Gets if features will generatelong
seed()
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
-