Uses of Interface
dev.wyck.biome.ClimateSettings
Packages that use ClimateSettings
-
Uses of ClimateSettings in dev.wyck.biome
Fields in dev.wyck.biome declared as ClimateSettingsMethods in dev.wyck.biome that return ClimateSettingsModifier and TypeMethodDescriptionClimateSettings.Builder.build()Builds a new ClimateSettings instance.Biome.climateSettings()Climate settings associated with this biome.static ClimateSettingsReads Minecraft climate settings into a wrapper.static ClimateSettingsClimateSettings.of(boolean hasPrecipitation, float temperature, TemperatureModifier temperatureModifier, float downfall) Creates a new ClimateSettings instance.Methods in dev.wyck.biome with parameters of type ClimateSettingsModifier and TypeMethodDescriptionBiome.Builder.climateSettings(ClimateSettings climateSettings) Sets the climate settings of the biome.voidBiome.climateSettings(ClimateSettings climateSettings) Sets new climate settings for this biome.CustomBiome.Builder.climateSettings(ClimateSettings climateSettings) Sets the climate settings of the custom biome.Constructors in dev.wyck.biome with parameters of type ClimateSettings -
Uses of ClimateSettings in dev.wyck.biome.internal
Methods in dev.wyck.biome.internal that return ClimateSettingsMethods in dev.wyck.biome.internal with parameters of type ClimateSettingsModifier and TypeMethodDescriptionvoidBiomeImpl.climateSettings(ClimateSettings climateSettings) Constructors in dev.wyck.biome.internal with parameters of type ClimateSettingsModifierConstructorDescriptionBiomeImpl(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)