![]() |
Bukkit
1.4.7-R1.0
|
Inheritance diagram for org.bukkit.event.world.WorldSaveEvent:
Collaboration diagram for org.bukkit.event.world.WorldSaveEvent:Public Member Functions | |
| WorldSaveEvent (final World world) | |
| 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. | |
Static Public Member Functions | |
| static HandlerList | getHandlerList () |
Definition at line 6 of file WorldSaveEvent.java.
| org.bukkit.event.world.WorldSaveEvent.WorldSaveEvent | ( | final World | world | ) |
Definition at line 9 of file WorldSaveEvent.java.
|
static |
Definition at line 18 of file WorldSaveEvent.java.
|
virtual |
Implements org.bukkit.event.Event.
Definition at line 14 of file WorldSaveEvent.java.