public interface WeatherPredicting
| Modifier and Type | Method and Description |
|---|---|
long |
getRemainsBadMaximum()
Returns the time in ms the weather will clear up again for sure.
|
long |
getRemainsBadMinimum()
Returns the time in ms the weather will stay bad for sure.
|
long |
getRemainsGoodMaximum()
Returns the time in ms the weather will stay good maximally (e.g until
next sun rise).
|
long |
getRemainsGoodMinimum()
Returns the time in ms the weather will stay good.
|
long getRemainsBadMinimum()
WeatherJudging instances, this method can return the
maximum of all WeatherJudging.getMinClearUpTime().long getRemainsBadMaximum()
long getRemainsGoodMinimum()
long getRemainsGoodMaximum()