![]() |
Bukkit
1.4.7-R1.0
|
Called when a World is unloaded. More...
Inheritance diagram for org.bukkit.event.world.WorldUnloadEvent:
Collaboration diagram for org.bukkit.event.world.WorldUnloadEvent:Public Member Functions | |
| WorldUnloadEvent (final World world) | |
| boolean | isCancelled () |
| void | setCancelled (boolean cancel) |
| HandlerList | getHandlers () |
Public Member Functions inherited from org.bukkit.event.world.WorldEvent | |
| WorldEvent (final World world) | |
| World | getWorld () |
| Gets the world primarily involved with this event. | |
Public Member Functions inherited from org.bukkit.event.Event | |
| Event () | |
| The default constructor is defined for cleaner code. | |
| Event (boolean isAsync) | |
| This constructor is used to explicitly declare an event as synchronous or asynchronous. | |
| String | getEventName () |
| final boolean | isAsynchronous () |
| Any custom event that should not by synchronized with other events must use the specific constructor. | |
Public Member Functions inherited from org.bukkit.event.Cancellable | |
| boolean | isCancelled () |
| Gets the cancellation state of this event. | |
| void | setCancelled (boolean cancel) |
| Sets the cancellation state of this event. | |
Static Public Member Functions | |
| static HandlerList | getHandlerList () |
Called when a World is unloaded.
Definition at line 10 of file WorldUnloadEvent.java.
| org.bukkit.event.world.WorldUnloadEvent.WorldUnloadEvent | ( | final World | world | ) |
Definition at line 14 of file WorldUnloadEvent.java.
|
static |
Definition at line 31 of file WorldUnloadEvent.java.
|
virtual |
Implements org.bukkit.event.Event.
Definition at line 27 of file WorldUnloadEvent.java.
| boolean org.bukkit.event.world.WorldUnloadEvent.isCancelled | ( | ) |
Definition at line 18 of file WorldUnloadEvent.java.
Referenced by org.bukkit.event.world.WorldUnloadEvent.setCancelled().
| void org.bukkit.event.world.WorldUnloadEvent.setCancelled | ( | boolean | cancel | ) |
Definition at line 22 of file WorldUnloadEvent.java.
References org.bukkit.event.world.WorldUnloadEvent.isCancelled().