Uses of Enum Class
dev.wyck.biome.TemperatureModifier
Packages that use TemperatureModifier
-
Uses of TemperatureModifier in dev.wyck.biome
Subclasses with type arguments of type TemperatureModifier in dev.wyck.biomeClasses in dev.wyck.biome that implement interfaces with type arguments of type TemperatureModifierFields in dev.wyck.biome with type parameters of type TemperatureModifierModifier and TypeFieldDescriptionstatic final KeyedEnumTranslator<TemperatureModifier> TemperatureModifier.TRANSLATORMethods in dev.wyck.biome that return TemperatureModifierModifier and TypeMethodDescriptionClimateSettings.temperatureModifier()The temperature modifier of the biome.static TemperatureModifierReturns the enum constant of this class with the specified name.static TemperatureModifier[]TemperatureModifier.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.wyck.biome that return types with arguments of type TemperatureModifierMethods in dev.wyck.biome with parameters of type TemperatureModifierModifier and TypeMethodDescriptionstatic ClimateSettingsClimateSettings.of(boolean hasPrecipitation, float temperature, TemperatureModifier temperatureModifier, float downfall) Creates a new ClimateSettings instance.ClimateSettings.Builder.temperatureModifier(TemperatureModifier temperatureModifier) Sets the temperatureModifier property of the builder.