| Package | Description |
|---|---|
| org.rominos2.Seasons.api | |
| org.rominos2.Seasons.api.Managers |
| Modifier and Type | Method and Description |
|---|---|
static SeasonsWeather |
SeasonsWeather.getWeather(org.bukkit.World world) |
static SeasonsWeather |
SeasonsWeather.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SeasonsWeather[] |
SeasonsWeather.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SeasonsWeather |
SeasonsManager.getWeather() |
| Modifier and Type | Method and Description |
|---|---|
void |
SeasonsManager.changeWeather(SeasonsWeather weather)
Change the weather in the Seasons Manager World.
|