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
Method Summary |
World |
getWorld()
Returns the World where this event is occurring |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
world
protected World world
WeatherEvent
public WeatherEvent(World where)
getWorld
public final World getWorld()
- Returns the World where this event is occurring
- Returns:
- World this event is occurring in
Copyright © 2013. All Rights Reserved.