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 TypeMethodDescriptionfloatnet.minecraft.world.level.biome.Biome.Precipitationfloatnet.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() 
 -