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
    Modifier and Type
    Interface
    Description
    static enum 
    Enumeration of seasons.
  • Method Summary

    Modifier and Type
    Method
    Description
    Determines the current season based on the current in-game date.