Package org.bukkit.event.weather
Class WeatherEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.weather.WeatherEvent
- Direct Known Subclasses:
LightningStrikeEvent
,ThunderChangeEvent
,WeatherChangeEvent
public abstract class WeatherEvent extends Event
Represents a Weather-related event
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Constructor Description WeatherEvent(World where)
-
Method Summary
-
Field Details
-
Constructor Details
-
Method Details
-
getWorld
Returns the World where this event is occurring- Returns:
- World this event is occurring in
-