Package io.pzstorm.storm.event.lua
Class OnInitSeasonsEvent
java.lang.Object
io.pzstorm.storm.event.lua.OnInitSeasonsEvent
- All Implemented Interfaces:
LuaEvent,ZomboidEvent
Triggered after seasons have been initialized.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal zombie.erosion.season.ErosionSeasonInstance of season that was just initialized. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.pzstorm.storm.event.lua.LuaEvent
getName, registerCallback
-
Field Details
-
season
public final zombie.erosion.season.ErosionSeason seasonInstance of season that was just initialized.
-
-
Constructor Details
-
OnInitSeasonsEvent
public OnInitSeasonsEvent(zombie.erosion.season.ErosionSeason season)
-