public interface SeasonsManager
| Modifier and Type | Method and Description |
|---|---|
void |
changeSeason(int number)
Change the Season in the World using its place in the Rotative Seasons List.
|
void |
changeSeason(SeasonObject season)
Change the Season in the World
|
void |
changeWeather(SeasonsWeather weather)
Change the weather in the Seasons Manager World.
|
SeasonsSettings |
getProperties() |
double |
getRemainingTimeSeason() |
double |
getRemainingTimeWeather() |
SeasonObject |
getSeason() |
double |
getSeasonDay() |
int |
getSeasonNumber() |
SeasonsSignManager |
getSignManager() |
java.util.HashMap<org.bukkit.entity.Player,java.lang.Boolean> |
getTexturesHashMap() |
SeasonsTimeManager |
getTimeManager() |
SeasonsWeather |
getWeather() |
org.bukkit.World |
getWorld() |
boolean |
isWeatherChanging() |
void |
setPlayerTextures(org.bukkit.entity.Player player,
boolean textures)
Change the forcing-textures informations to the specific Player in the World.
|
void changeWeather(SeasonsWeather weather)
weather - SeasonsWeather you want.getWeather()void changeSeason(int number)
number - Place of the Season in the Rotative List.getSeasonNumber()void changeSeason(SeasonObject season)
season - The Season you made (or the one you get in a chest while digging in your garden)double getSeasonDay()
double getRemainingTimeSeason()
getRemainingTimeWeather()double getRemainingTimeWeather()
getRemainingTimeSeason()SeasonObject getSeason()
changeSeason(SeasonObject)int getSeasonNumber()
changeSeason(int)org.bukkit.World getWorld()
SeasonsWeather getWeather()
changeWeather(SeasonsWeather)boolean isWeatherChanging()
SeasonsSettings getProperties()
java.util.HashMap<org.bukkit.entity.Player,java.lang.Boolean> getTexturesHashMap()
setPlayerTextures(Player, boolean)void setPlayerTextures(org.bukkit.entity.Player player,
boolean textures)
player - Player you want to change the Texture forcing behavior.textures - true to force textures, false to let the player with his/her current Textures.getTexturesHashMap()SeasonsSignManager getSignManager()
getTimeManager()SeasonsTimeManager getTimeManager()
getSignManager()