Uses of Enum Class
tk.airshipcraft.commonlib.calendar.ISeasonManager.Season
Packages that use ISeasonManager.Season
Package
Description
 This package, a part of AirshipCraft's 
CommonLib core library, provides a comprehensive calendar and event system
 for Minecraft servers.- 
Uses of ISeasonManager.Season in tk.airshipcraft.commonlib.calendarMethods in tk.airshipcraft.commonlib.calendar that return ISeasonManager.SeasonModifier and TypeMethodDescriptionISeasonManager.getCurrentSeason()Determines the current season based on the current in-game date.static ISeasonManager.SeasonReturns the enum constant of this class with the specified name.static ISeasonManager.Season[]ISeasonManager.Season.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Uses of ISeasonManager.Season in tk.airshipcraft.commonlib.calendar.implMethods in tk.airshipcraft.commonlib.calendar.impl that return ISeasonManager.SeasonModifier and TypeMethodDescriptionSeasonManager.getCurrentSeason()Determines the current season based on the current in-game date.