Package forestry.api.core
Interface IClimateSensitive
- All Known Subinterfaces:
IBeeSpecies,IButterflySpecies
public interface IClimateSensitive
Denotes a species that has a preferred temperature and humidity.
-
Method Summary
-
Method Details
-
getTemperature
TemperatureType getTemperature()- Returns:
- The preferred/ideal temperature for this species.
-
getHumidity
HumidityType getHumidity()- Returns:
- The preferred/ideal humidity for this species.
-