Package net.nullved.pmweatherapi.event
Class StormEvent
java.lang.Object
net.neoforged.bus.api.Event
net.nullved.pmweatherapi.event.StormEvent
- Direct Known Subclasses:
StormEvent.Dead,StormEvent.Dying,StormEvent.New,StormEvent.StageChanged
public abstract class StormEvent
extends net.neoforged.bus.api.Event
Base Storm Event
- Since:
- 0.14.15.4
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCalled when aStormis dead and removedstatic classCalled every tick aStormis dyingstatic classCalled when a newStormis createdstatic classCalled when aStorm's stage changes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StormEvent
public StormEvent(dev.protomanly.pmweather.weather.Storm storm)
-
-
Method Details
-
getStorm
public dev.protomanly.pmweather.weather.Storm getStorm() -
getStormID
public long getStormID()
-