Package forestry.api.climate
Interface IClimateProvider
- All Known Subinterfaces:
IAlvearyController,IBeeHousing,IButterflyNursery
- All Known Implementing Classes:
ClimateState
public interface IClimateProvider
Provides climate information about an object (tile entity or multiblock)
-
Method Summary
Modifier and TypeMethodDescriptionhumidity()The current temperature of this object represented by an enum.
-
Method Details
-
temperature
TemperatureType temperature()The current temperature of this object represented by an enum.ForestryTags.Biomes.HELLISH_TEMPERATUREif the biome of the object is based in the nether.- Returns:
- An enum value based on the temperature of this object.
-
humidity
HumidityType humidity()- Returns:
- The current humidity.
-