Uses of Interface
dev.wyck.wrapper.biome.ClimateSettings
Packages that use ClimateSettings
-
Uses of ClimateSettings in dev.wyck.model.biome
Methods in dev.wyck.model.biome that return ClimateSettingsModifier and TypeMethodDescriptionBiome.climateSettings()Climate settings associated with this biome.Methods in dev.wyck.model.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. -
Uses of ClimateSettings in dev.wyck.model.biome.impl
Methods in dev.wyck.model.biome.impl that return ClimateSettingsMethods in dev.wyck.model.biome.impl with parameters of type ClimateSettingsModifier and TypeMethodDescriptionvoidBiomeImpl.climateSettings(ClimateSettings climateSettings) Constructors in dev.wyck.model.biome.impl 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) -
Uses of ClimateSettings in dev.wyck.wrapper.biome
Fields in dev.wyck.wrapper.biome declared as ClimateSettingsFields in dev.wyck.wrapper.biome with type parameters of type ClimateSettingsModifier and TypeFieldDescriptionstatic final ConstructWireProvider<ClimateSettings> ClimateSettings.WIREMethods in dev.wyck.wrapper.biome that return ClimateSettingsModifier and TypeMethodDescriptionClimateSettings.Builder.build()Builds a new ClimateSettings instance.static ClimateSettingsClimateSettings.of(boolean hasPrecipitation, float temperature, TemperatureModifier temperatureModifier, float downfall) Creates a new ClimateSettings instance.Constructors in dev.wyck.wrapper.biome with parameters of type ClimateSettings