Uses of Enum Class
dev.wyck.wrapper.biome.TemperatureModifier
Packages that use TemperatureModifier
-
Uses of TemperatureModifier in dev.wyck.wrapper
Methods in dev.wyck.wrapper that return TemperatureModifierModifier and TypeMethodDescriptionBiomeSettings.modifier()Deprecated.Returns the value of themodifierrecord component.Methods in dev.wyck.wrapper with parameters of type TemperatureModifierModifier and TypeMethodDescriptionBiomeSettings.Builder.modifier(TemperatureModifier modifier) This method sets the temperature modifier property of the BiomeSettings.Constructors in dev.wyck.wrapper with parameters of type TemperatureModifierModifierConstructorDescriptionBiomeSettings(float depth, float scale, float temperature, float downfall, TemperatureModifier modifier, boolean hasPrecipitation) Deprecated.Creates an instance of aBiomeSettingsrecord class. -
Uses of TemperatureModifier in dev.wyck.wrapper.biome
Subclasses with type arguments of type TemperatureModifier in dev.wyck.wrapper.biomeModifier and TypeClassDescriptionenumThis enum represents the temperature modifier for a biome in Minecraft.Classes in dev.wyck.wrapper.biome that implement interfaces with type arguments of type TemperatureModifierModifier and TypeClassDescriptionenumThis enum represents the temperature modifier for a biome in Minecraft.Fields in dev.wyck.wrapper.biome with type parameters of type TemperatureModifierModifier and TypeFieldDescriptionstatic final KeyedEnumTranslator<TemperatureModifier> TemperatureModifier.TRANSLATORMethods in dev.wyck.wrapper.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.wrapper.biome that return types with arguments of type TemperatureModifierMethods in dev.wyck.wrapper.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.