public interface SeasonsTimeManager
| Modifier and Type | Interface and Description |
|---|---|
static class |
SeasonsTimeManager.Period |
| Modifier and Type | Method and Description |
|---|---|
SeasonsTimeManager.Period |
getPeriod(double time) |
boolean |
isActive() |
void |
onPeriodChange(SeasonsTimeManager.Period period) |
void onPeriodChange(SeasonsTimeManager.Period period)
period - Period of the Day (example : Period.Day).Update the speed of day and nights depending on the Season.SeasonsTimeManager.Period getPeriod(double time)
time - Time of the Day (between 0 and 24000).boolean isActive()