Interface ISeasonManager
- All Known Implementing Classes:
SeasonManager
public interface ISeasonManager
Interface for managing seasonal changes in the Minecraft world. Provides methods to determine and query the current season based on the in-game date.
This interface is implemented by SeasonManager
- Since:
- 2023-12-27
- Version:
- 1.0.0
- Author:
- notzune
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionDetermines the current season based on the current in-game date.
-
Method Details
-
getCurrentSeason
ISeasonManager.Season getCurrentSeason()Determines the current season based on the current in-game date.- Returns:
- The current season as a
ISeasonManager.Season
enum value.
-