Bukkit  1.4.7-R1.0
 All Classes Namespaces Files Functions Variables Enumerator Pages
org.bukkit.event.world.WorldEvent Class Reference

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.
 

Detailed Description

Represents events within a world.

Definition at line 9 of file WorldEvent.java.

Constructor & Destructor Documentation

org.bukkit.event.world.WorldEvent.WorldEvent ( final World  world)

Definition at line 12 of file WorldEvent.java.

Member Function Documentation

World org.bukkit.event.world.WorldEvent.getWorld ( )

Gets the world primarily involved with this event.

Returns
World which caused this event

Definition at line 21 of file WorldEvent.java.


The documentation for this class was generated from the following file: