![]() |
Bukkit
1.4.7-R1.0
|
Represents events within a world. More...
Inheritance diagram for org.bukkit.event.world.WorldEvent:
Collaboration diagram for org.bukkit.event.world.WorldEvent:Public Member Functions | |
| 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 () |
| abstract HandlerList | getHandlers () |
| final boolean | isAsynchronous () |
| Any custom event that should not by synchronized with other events must use the specific constructor. | |
Represents events within a world.
Definition at line 9 of file WorldEvent.java.
| org.bukkit.event.world.WorldEvent.WorldEvent | ( | final World | world | ) |
Definition at line 12 of file WorldEvent.java.
| World org.bukkit.event.world.WorldEvent.getWorld | ( | ) |
Gets the world primarily involved with this event.
Definition at line 21 of file WorldEvent.java.