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 -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets if the bonus chest will generatebooleanGets if features will generatelongseed()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
-