Uses of Interface
dev.wyck.wrapper.worldgen.BiomeGenerationSettings
Packages that use BiomeGenerationSettings
-
Uses of BiomeGenerationSettings in dev.wyck.model.biome
Methods in dev.wyck.model.biome that return BiomeGenerationSettingsModifier and TypeMethodDescriptionBiome.generationSettings()Gets world generation settings associated with this biome.Methods in dev.wyck.model.biome with parameters of type BiomeGenerationSettingsModifier and TypeMethodDescriptionBiome.Builder.generationSettings(@Nullable BiomeGenerationSettings generationSettings) Sets the generation settings of the biome.voidBiome.generationSettings(@Nullable BiomeGenerationSettings generationSettings) Sets or removes the world generation settings for this biome.CustomBiome.Builder.generationSettings(@Nullable BiomeGenerationSettings generationSettings) Sets the generation settings of the custom biome. -
Uses of BiomeGenerationSettings in dev.wyck.model.biome.impl
Methods in dev.wyck.model.biome.impl that return BiomeGenerationSettingsMethods in dev.wyck.model.biome.impl with parameters of type BiomeGenerationSettingsModifier and TypeMethodDescriptionvoidBiomeImpl.generationSettings(@Nullable BiomeGenerationSettings generationSettings) Constructors in dev.wyck.model.biome.impl with parameters of type BiomeGenerationSettingsModifierConstructorDescriptionBiomeImpl(ResourceKey resourceKey, ClimateSettings climateSettings, BiomeSpecialEffects specialEffects, EnvironmentAttributeMap attributes, @Nullable BiomeSpawner biomeSpawner, @Nullable BiomeGenerationSettings generationSettings) CustomBiomeImpl(ResourceKey resourceKey, ClimateSettings climateSettings, BiomeSpecialEffects specialEffects, EnvironmentAttributeMap attributes, @Nullable BiomeSpawner biomeSpawner, @Nullable BiomeGenerationSettings generationSettings, List<BlockReplacement> blockReplacements) -
Uses of BiomeGenerationSettings in dev.wyck.wrapper.worldgen
Methods in dev.wyck.wrapper.worldgen that return BiomeGenerationSettingsModifier and TypeMethodDescriptionBiomeGenerationSettings.Builder.build()BiomeGenerationSettings.Factory.create(List<ConfiguredWorldCarver> carvers, Map<GenerationStep, List<PlacedFeature>> features) static BiomeGenerationSettingsBiomeGenerationSettings.empty()An empty generation settings carrying no carvers or features.