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:
  • 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()