Interface BiomeGenerationSettings
- All Superinterfaces:
Wrapper
Wraps Minecraft's BiomeGenerationSettings, the carvers and placed features
that compose a biome's world generation.
- Since:
- 2.3.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder for creating a BiomeGenerationSettings.static interfaceNested classes/interfaces inherited from interface Wrapper
Wrapper.Context<C> -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuilder()carvers()The configured carvers applied to this biome's generation.static BiomeGenerationSettingsempty()An empty generation settings carrying no carvers or features.features()The placed features applied to this biome's generation, grouped by step.Methods inherited from interface Wrapper
asHandle, toMinecraft
-
Field Details
-
WIRE
-
-
Method Details
-
carvers
The configured carvers applied to this biome's generation.- Returns:
- an immutable list of carvers
- Since:
- 2.3.0
-
features
The placed features applied to this biome's generation, grouped by step.- Returns:
- an immutable map of the generation steps to placed features
- Since:
- 2.3.0
-
builder
-
empty
An empty generation settings carrying no carvers or features.- Returns:
- an empty BiomeGenerationSettings
- Since:
- 2.3.0
-