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
-
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
-
Constructor Summary
Constructors Constructor Description WeatherEvent(World where)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description World
getWorld()
Returns the World where this event is occurring-
Methods inherited from class org.bukkit.event.Event
getEventName, getHandlers, isAsynchronous
-
-