Uses of Interface
dev.wyck.biome.BiomeGenerationSettings
Packages that use BiomeGenerationSettings
-
Uses of BiomeGenerationSettings in dev.wyck.biome
Methods in dev.wyck.biome that return BiomeGenerationSettingsModifier and TypeMethodDescriptionBiomeGenerationSettings.Builder.build()Builds the BiomeGenerationSettings.static BiomeGenerationSettingsReads Minecraft biome generation settings into a wrapper.static BiomeGenerationSettingsBiomeGenerationSettings.empty()An empty generation settings carrying no carvers or features.Biome.generationSettings()Gets world generation settings associated with this biome.static BiomeGenerationSettingsBiomeGenerationSettings.of(List<ConfiguredWorldCarver> carvers, Map<Decoration, List<PlacedFeature>> features) Creates a new biome generation settings.Methods in dev.wyck.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.Constructors in dev.wyck.biome with parameters of type BiomeGenerationSettings -
Uses of BiomeGenerationSettings in dev.wyck.biome.internal
Methods in dev.wyck.biome.internal that return BiomeGenerationSettingsMethods in dev.wyck.biome.internal with parameters of type BiomeGenerationSettingsModifier and TypeMethodDescriptionvoidBiomeImpl.generationSettings(@Nullable BiomeGenerationSettings generationSettings) Constructors in dev.wyck.biome.internal 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)