| Package | Description |
|---|---|
| org.rominos2.Seasons.api | |
| org.rominos2.Seasons.api.Events | |
| org.rominos2.Seasons.api.Managers |
| Modifier and Type | Method and Description |
|---|---|
SeasonObject |
SeasonsSettings.getSeason(java.lang.String name) |
SeasonObject[] |
SeasonsSettings.getSeasons() |
| Modifier and Type | Method and Description |
|---|---|
void |
SeasonsSettings.addSeason(SeasonObject season)
Add a Season to the rotative List.
|
| Modifier and Type | Method and Description |
|---|---|
SeasonObject |
SeasonsSeasonChangeEvent.getNewSeason() |
SeasonObject |
SeasonsSeasonChangeEvent.getOldSeason() |
| Constructor and Description |
|---|
SeasonsSeasonChangeEvent(SeasonsManager manager,
SeasonObject newSeason) |
| Modifier and Type | Method and Description |
|---|---|
SeasonObject |
SeasonsManager.getSeason() |
| Modifier and Type | Method and Description |
|---|---|
void |
SeasonsManager.changeSeason(SeasonObject season)
Change the Season in the World
|