Class BiomeGenerationSettings.Builder
java.lang.Object
dev.wyck.wrapper.worldgen.BiomeGenerationSettings.Builder
- Enclosing interface:
BiomeGenerationSettings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCarver(ConfiguredWorldCarver carver) Adds a configured carver to this biome's generation.addFeature(GenerationStep step, PlacedFeature feature) Adds a placed feature to this biome's generation under the given step.build()
-
Constructor Details
-
Builder
-
-
Method Details
-
addCarver
Adds a configured carver to this biome's generation.- Parameters:
carver- the configured carver to add- Returns:
- this builder, for chaining
- Since:
- 2.3.0
-
addFeature
@AsOf("2.3.0") public BiomeGenerationSettings.Builder addFeature(GenerationStep step, PlacedFeature feature) Adds a placed feature to this biome's generation under the given step.- Parameters:
step- the generation step the feature is placed infeature- the placed feature to add- Returns:
- this builder, for chaining
- Since:
- 2.3.0
-
build
-