Uses of Class
dev.wyck.biome.BiomeGenerationSettings.Builder
Packages that use BiomeGenerationSettings.Builder
-
Uses of BiomeGenerationSettings.Builder in dev.wyck.biome
Methods in dev.wyck.biome that return BiomeGenerationSettings.BuilderModifier and TypeMethodDescriptionBiomeGenerationSettings.builder()Creates a new builder.BiomeGenerationSettings.Builder.carver(ConfiguredWorldCarver carver) Adds a configured carver to this biome's generation.BiomeGenerationSettings.Builder.carver(CustomCarver<C> carver, C config) Adds a custom carver to this biome's generation.BiomeGenerationSettings.Builder.carvers(ConfiguredWorldCarver... carvers) Sets the carvers of this biome's generation.BiomeGenerationSettings.Builder.carvers(List<ConfiguredWorldCarver> carvers) Sets the carvers of this biome's generation.BiomeGenerationSettings.Builder.feature(Decoration step, PlacedFeature feature) Adds a placed feature to this biome's generation under the given step.BiomeGenerationSettings.Builder.features(Map<Decoration, List<PlacedFeature>> features) Sets the features of this biome's generation.default BiomeGenerationSettings.BuilderBiomeGenerationSettings.toBuilder()Converts this object back to a builder.