Package net.nullved.pmweatherapi.event
Class VorticyEvent
java.lang.Object
net.neoforged.bus.api.Event
net.nullved.pmweatherapi.event.VorticyEvent
- Direct Known Subclasses:
VorticyEvent.Dead,VorticyEvent.New
public abstract class VorticyEvent
extends net.neoforged.bus.api.Event
Base Vorticy Event
- Since:
- 0.14.15.4
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCalled when aVorticydiesstatic classCalled when a newVorticyis created -
Constructor Summary
ConstructorsConstructorDescriptionVorticyEvent(dev.protomanly.pmweather.weather.Vorticy vorticy, dev.protomanly.pmweather.weather.WeatherHandler weatherHandler) -
Method Summary
Modifier and TypeMethodDescriptiondev.protomanly.pmweather.weather.Vorticydev.protomanly.pmweather.weather.WeatherHandlerboolean
-
Constructor Details
-
VorticyEvent
public VorticyEvent(dev.protomanly.pmweather.weather.Vorticy vorticy, dev.protomanly.pmweather.weather.WeatherHandler weatherHandler)
-
-
Method Details
-
getVorticy
public dev.protomanly.pmweather.weather.Vorticy getVorticy() -
getWeatherHandler
public dev.protomanly.pmweather.weather.WeatherHandler getWeatherHandler() -
isClientSide
public boolean isClientSide()
-