public interface SeasonsSettings
| Modifier and Type | Method and Description |
|---|---|
void |
addSeason(SeasonObject season)
Add a Season to the rotative List.
|
java.lang.String |
getChangeMessage() |
java.lang.String |
getColor() |
java.lang.Double |
getResolution() |
SeasonObject |
getSeason(java.lang.String name) |
java.lang.String |
getSeasonMessage() |
java.util.ArrayList<SeasonObject> |
getSeasons() |
java.lang.String[] |
getSignLines() |
java.lang.String |
getSpecialDayMessage() |
java.lang.String |
getSpoutNotificationDayMessage() |
java.lang.String |
getSpoutNotificationSeasonMessage() |
int |
getTimeCheck() |
org.bukkit.World |
getWorld() |
boolean |
isActive() |
boolean |
isDebug() |
boolean |
isIceRegen() |
boolean |
isLog() |
boolean |
isSnowRegen() |
void |
setChangeMessage(java.lang.String message)
Change the Message on Season changing.
|
void |
setColor(org.bukkit.ChatColor color)
Change the Message of Seasons' Message.
|
void |
setDebug(boolean debug)
Change the logging of DEBUG Seasons' Messages in the Console.
|
void |
setIceRegen(boolean regen)
Change the natural Ice Regen on Snow Biomes.
|
void |
setResolution(double resolution)
Change the numbers' resolution in Messages.
|
void |
setSeasonMessage(java.lang.String message)
Change the Message on /season get command.
|
void |
setSignLines(java.lang.String[] lines)
Change the 3 lines on Seasons Signs.
|
void |
setSnowRegen(boolean regen)
Change the natural Snow Regen on Snow Biomes.
|
void |
setSpecialDayMessage(java.lang.String message)
Change the Message on Special Days (using
|
void |
setSpoutNotificationDayMessage(java.lang.String message)
Change the Message displayed on Notification on Special Days.
|
void |
setSpoutNotificationSeasonMessage(java.lang.String message)
Change the Message displayed on Notifications on Season start.
|
org.bukkit.World getWorld()
boolean isActive()
boolean isLog()
java.lang.Double getResolution()
setResolution(double)void setResolution(double resolution)
resolution - Resolution (example : 0.01).getResolution()int getTimeCheck()
java.lang.String getChangeMessage()
setChangeMessage(String)void setChangeMessage(java.lang.String message)
message - Message displayed (example : "It's now getChangeMessage()java.lang.String getSeasonMessage()
setSeasonMessage(String)void setSeasonMessage(java.lang.String message)
message - Message displayed (example : "It's getSeasonMessage()java.lang.String getSpecialDayMessage()
setSpecialDayMessage(String)void setSpecialDayMessage(java.lang.String message)
message - Message displayed (example : "It's getSpecialDayMessage()java.lang.String getColor()
setColor(ChatColor)void setColor(org.bukkit.ChatColor color)
color - Color of the Chat (example : ChatColor.AQUA).getColor()boolean isSnowRegen()
setSnowRegen(boolean)void setSnowRegen(boolean regen)
regen - Do you want natural Snow behavior on Snow Biomes ?isSnowRegen()boolean isIceRegen()
setIceRegen(boolean)void setIceRegen(boolean regen)
regen - Do you want natural Ice behavior on Snow Biomes ?isIceRegen()boolean isDebug()
setDebug(boolean)void setDebug(boolean debug)
debug - Do you want Debug messages in Console ?isDebug()java.util.ArrayList<SeasonObject> getSeasons()
getSeason(String),
addSeason(SeasonObject)SeasonObject getSeason(java.lang.String name)
name - Name of the season you want.getSeasons(),
addSeason(SeasonObject)void addSeason(SeasonObject season)
season - The Season you want to add.getSeasons(),
getSeason(String)java.lang.String getSpoutNotificationSeasonMessage()
setSpoutNotificationSeasonMessage(String),
getSpoutNotificationDayMessage(),
setSpoutNotificationDayMessage(String)void setSpoutNotificationSeasonMessage(java.lang.String message)
message - Message displayed in the Notification on Seasons starting (example : "New Season").getSpoutNotificationSeasonMessage(),
getSpoutNotificationDayMessage(),
setSpoutNotificationDayMessage(String)java.lang.String getSpoutNotificationDayMessage()
setSpoutNotificationDayMessage(String),
getSpoutNotificationSeasonMessage(),
setSpoutNotificationSeasonMessage(String)void setSpoutNotificationDayMessage(java.lang.String message)
message - Message displayed in the Notification on Seasons starting (example : "Special Day !").getSpoutNotificationDayMessage(),
getSpoutNotificationSeasonMessage(),
setSpoutNotificationSeasonMessage(String)java.lang.String[] getSignLines()
setSignLines(String[])void setSignLines(java.lang.String[] lines)
lines - 3 Lines of the Signs (example : { "getSignLines()