Class ThermooSeasonEvents
java.lang.Object
com.github.thedeathlycow.thermoo.api.season.ThermooSeasonEvents
Events related to Seasons mod integration in Thermoo. Thermoo does not add seasonal functionality by itself, seasons
must be implemented by another mod like Fabric Seasons or Serene Seasons. This only provides the ability to query
seasons if you want to use them.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.fabricmc.fabric.api.event.Event<ThermooSeasonEvents.CurrentSeasonCallback>Retrieves the current season. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
GET_CURRENT_SEASON
public static final net.fabricmc.fabric.api.event.Event<ThermooSeasonEvents.CurrentSeasonCallback> GET_CURRENT_SEASONRetrieves the current season. This event just places season integration into a common source.If any listener returns a non-empty season, then all further processing is cancelled and that season is returned.
Returns empty by default.
-
-
Constructor Details
-
ThermooSeasonEvents
public ThermooSeasonEvents()
-