- SeasonObject - Interface in org.rominos2.Seasons.api
-
- Seasons - Interface in org.rominos2.Seasons.api
-
- SeasonsEvent - Class in org.rominos2.Seasons.api.Events
-
- SeasonsManager - Interface in org.rominos2.Seasons.api.Managers
-
- SeasonsNotifiableEvent - Class in org.rominos2.Seasons.api.Events
-
- SeasonsSeasonChangeEvent - Class in org.rominos2.Seasons.api.Events
-
- SeasonsSeasonChangeEvent(SeasonsManager, SeasonObject) - Constructor for class org.rominos2.Seasons.api.Events.SeasonsSeasonChangeEvent
-
- SeasonsSettings - Interface in org.rominos2.Seasons.api
-
- SeasonsSignManager - Interface in org.rominos2.Seasons.api.Managers
-
- SeasonsSnowManager - Interface in org.rominos2.Seasons.api.Managers.SnowManager
-
- SeasonsSnowManager.Mode - Enum in org.rominos2.Seasons.api.Managers.SnowManager
-
Enum to know if it's placing/removing blocks
- SeasonsSnowTask - Interface in org.rominos2.Seasons.api.Managers.SnowManager
-
Basic Task that change a block safely in world on run().
- SeasonsSpecialDayEvent - Class in org.rominos2.Seasons.api.Events
-
- SeasonsSpecialDayEvent(SeasonsManager, String) - Constructor for class org.rominos2.Seasons.api.Events.SeasonsSpecialDayEvent
-
- SeasonsTimeManager - Interface in org.rominos2.Seasons.api.Managers
-
- SeasonsTimeManager.Period - Enum in org.rominos2.Seasons.api.Managers
-
- SeasonsWeather - Enum in org.rominos2.Seasons.api
-
- SeasonsWorldLoadEvent - Class in org.rominos2.Seasons.api.Events
-
- SeasonsWorldLoadEvent(SeasonsManager) - Constructor for class org.rominos2.Seasons.api.Events.SeasonsWorldLoadEvent
-
- setChangeMessage(String) - Method in interface org.rominos2.Seasons.api.SeasonsSettings
-
Change the Message on Season changing.
- setColor(ChatColor) - Method in interface org.rominos2.Seasons.api.SeasonsSettings
-
Change the Message of Seasons' Message.
- setDayTime(int) - Method in interface org.rominos2.Seasons.api.SeasonObject
-
Change the Day duration of this Season.
- setDebug(boolean) - Method in interface org.rominos2.Seasons.api.SeasonsSettings
-
Change the logging of DEBUG Seasons' Messages in the Console.
- setIceRegen(boolean) - Method in interface org.rominos2.Seasons.api.SeasonsSettings
-
Change the natural Ice Regen on Snow Biomes.
- setLengths(double[]) - Method in interface org.rominos2.Seasons.api.SeasonObject
-
Change the Lengths of the Season (Minecraft-Days).
- setMessage(String) - Method in class org.rominos2.Seasons.api.Events.SeasonsNotifiableEvent
-
Change the Message displayed.
- setMessageCancelled(boolean) - Method in class org.rominos2.Seasons.api.Events.SeasonsNotifiableEvent
-
Cancel the displays of the message ?
- setModNotificationDayMessage(String) - Method in interface org.rominos2.Seasons.api.SeasonsSettings
-
Change the Message displayed on Notification on Special Days.
- setModNotificationSeasonMessage(String) - Method in interface org.rominos2.Seasons.api.SeasonsSettings
-
Change the Message displayed on Notifications on Season start.
- setName(String) - Method in interface org.rominos2.Seasons.api.SeasonObject
-
Change the Name of the Season.
- setNightTime(int) - Method in interface org.rominos2.Seasons.api.SeasonObject
-
Change the Night duration of this Season.
- setNotificationCancelled(boolean) - Method in class org.rominos2.Seasons.api.Events.SeasonsNotifiableEvent
-
Cancel the Notification ?
- setNotificationDayMaterial(Material) - Method in interface org.rominos2.Seasons.api.SeasonObject
-
Change the Material displayed on the Notification on Special Day during the Season.
- setNotificationMaterial(Material) - Method in class org.rominos2.Seasons.api.Events.SeasonsNotifiableEvent
-
Change the Notification material displayed.
- setNotificationMessage(String) - Method in class org.rominos2.Seasons.api.Events.SeasonsNotifiableEvent
-
Change the Notification message displayed.
- setNotificationSeasonMaterial(Material) - Method in interface org.rominos2.Seasons.api.SeasonObject
-
Change the material displayed on the Notification on Season start.
- setPlayerTextures(Player, boolean) - Method in interface org.rominos2.Seasons.api.Managers.SeasonsManager
-
Change the forcing-textures informations to the specific Player in the World.
- setRainToSnowPercentage(int) - Method in interface org.rominos2.Seasons.api.SeasonObject
-
Change the Percentage of Rain replaced bu Snow.
- setResolution(double) - Method in interface org.rominos2.Seasons.api.SeasonsSettings
-
Change the numbers' resolution in Messages.
- setSeasonMessage(String) - Method in interface org.rominos2.Seasons.api.SeasonsSettings
-
Change the Message on /season get command.
- setShortName(String) - Method in interface org.rominos2.Seasons.api.SeasonObject
-
Change the shortName of the Season.
- setSignLines(String[]) - Method in interface org.rominos2.Seasons.api.SeasonsSettings
-
Change the 3 lines on Seasons Signs.
- setSnowPlaceSpeed(double) - Method in interface org.rominos2.Seasons.api.SeasonObject
-
Change the Speed of the placing on Rain/Snow Weather.
- setSnowRegen(boolean) - Method in interface org.rominos2.Seasons.api.SeasonsSettings
-
Change the natural Snow Regen on Snow Biomes.
- setSnowRemoveSpeed(double) - Method in interface org.rominos2.Seasons.api.SeasonObject
-
Change the Speed of the removal on Sun Weather.
- setSpecialDay(int, String) - Method in interface org.rominos2.Seasons.api.SeasonObject
-
Change/Put a special Day.
- setSpecialDayMessage(String) - Method in interface org.rominos2.Seasons.api.SeasonsSettings
-
Change the Message on Special Days (using ).
- setSpecialDays(Map<Integer, String>) - Method in interface org.rominos2.Seasons.api.SeasonObject
-
Change the Special Days set.
- setSpeed(double) - Method in interface org.rominos2.Seasons.api.Managers.SnowManager.SeasonsSnowManager
-
Change the value of speed (number of blocks modified per chunk per second).
- setSpoutNotificationDayMessage(String) - Method in interface org.rominos2.Seasons.api.SeasonsSettings
-
Deprecated.
Now Use setModNotificationDayMessage
- setSpoutNotificationSeasonMessage(String) - Method in interface org.rominos2.Seasons.api.SeasonsSettings
-
Deprecated.
Now Use setModNotificationSeasonMessage
- setTexture(String) - Method in interface org.rominos2.Seasons.api.SeasonObject
-
Change the URL to the Textures pack of the Season.
- setWeatherMessage(String) - Method in interface org.rominos2.Seasons.api.SeasonsSettings
-
Change the Message on /seaon weather command.
- setWeatherPercentages(int[]) - Method in interface org.rominos2.Seasons.api.SeasonObject
-
Change the 3 Weather Percentages, please check that they make 100%.
- start() - Method in interface org.rominos2.Seasons.api.Managers.SnowManager.SeasonsSnowManager
-
Start the Placing/Removal of Snow Block, depending on the speed.
- stop() - Method in interface org.rominos2.Seasons.api.Managers.SnowManager.SeasonsSnowManager
-
Stop the Placing/Removal of Snow Block.