Uses of Class
dev.wyck.wrapper.biome.ClimateSettings.Builder
Packages that use ClimateSettings.Builder
-
Uses of ClimateSettings.Builder in dev.wyck.wrapper.biome
Methods in dev.wyck.wrapper.biome that return ClimateSettings.BuilderModifier and TypeMethodDescriptionstatic ClimateSettings.BuilderClimateSettings.builder()Creates a new ClimateSettings builder.ClimateSettings.Builder.downfall(float downfall) Sets the downfall property of the builder.ClimateSettings.Builder.hasPrecipitation(boolean hasPrecipitation) Sets the hasPrecipitation property of the builder.ClimateSettings.Builder.temperature(float temperature) Sets the temperature property of the builder.ClimateSettings.Builder.temperatureModifier(TemperatureModifier temperatureModifier) Sets the temperatureModifier property of the builder.default ClimateSettings.BuilderClimateSettings.toBuilder()Converts this object back to a builder.