Interface ClimateProperties
- All Known Subinterfaces:
ClimateProperties.Mutable
- All Known Implementing Classes:
BiomeHooks.ClimateWrapped
public interface ClimateProperties
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfloat
net.minecraft.world.level.biome.Biome.Precipitation
float
net.minecraft.world.level.biome.Biome.TemperatureModifier
-
Method Details
-
getPrecipitation
net.minecraft.world.level.biome.Biome.Precipitation getPrecipitation() -
getTemperature
float getTemperature() -
getTemperatureModifier
net.minecraft.world.level.biome.Biome.TemperatureModifier getTemperatureModifier() -
getDownfall
float getDownfall()
-