Class SeasonManager

java.lang.Object
tk.airshipcraft.commonlib.calendar.impl.SeasonManager
All Implemented Interfaces:
ISeasonManager

public class SeasonManager extends Object implements ISeasonManager
The SeasonManager class is responsible for managing seasonal changes in the Minecraft world. It determines the current season based on the in-game date and provides functionalities to query the current season. This class plays a crucial role in the calendar system by integrating seasonal effects with in-game time.
Since:
2023-12-27
Version:
1.0.0
Author:
notzune
  • Constructor Details

    • SeasonManager

      public SeasonManager(CalendarManager calendarManager)
      Constructor for SeasonManager that requires a reference to a CalendarManager.
      Parameters:
      calendarManager - The CalendarManager instance to use for date calculations.
  • Method Details