public class WeatherEvent extends Event implements Cancellable
This is an umbrella event, do not listen to it
| Constructor and Description |
|---|
WeatherEvent(World world) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(boolean cancelled) |
boolean |
isIgnored() |
World |
world() |
public WeatherEvent(World world)
public boolean isIgnored()
isIgnored in interface Cancellablepublic void cancel(boolean cancelled)
cancel in interface Cancellablecancelled - set the cancellation state of the eventCopyright © 2016. All rights reserved.