Uses of Class
tk.airshipcraft.commonlib.calendar.impl.CalendarManager
Packages that use CalendarManager
Package
Description
-
Uses of CalendarManager in tk.airshipcraft.commonlib
Methods in tk.airshipcraft.commonlib that return CalendarManagerModifier and TypeMethodDescriptionstatic CalendarManager
CommonLib.getCalendarManager()
Returns the CalendarManager instance. -
Uses of CalendarManager in tk.airshipcraft.commonlib.calendar.clock
Constructors in tk.airshipcraft.commonlib.calendar.clock with parameters of type CalendarManagerModifierConstructorDescriptionWorldClock
(CommonLib plugin, CalendarManager calendarManager, EventManager eventManager) Initializes a new WorldClock. -
Uses of CalendarManager in tk.airshipcraft.commonlib.calendar.impl
Constructors in tk.airshipcraft.commonlib.calendar.impl with parameters of type CalendarManagerModifierConstructorDescriptionSeasonManager
(CalendarManager calendarManager) Constructor for SeasonManager that requires a reference to a CalendarManager.