Package org.bukkit.event.world
Class WorldEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.world.WorldEvent
- Direct Known Subclasses:
ChunkEvent,PortalCreateEvent,SpawnChangeEvent,StructureGrowEvent,WorldInitEvent,WorldLoadEvent,WorldSaveEvent,WorldUnloadEvent
public abstract class WorldEvent extends Event
Represents events within a world
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description WorldEvent(World world) -
Method Summary
-
Constructor Details
-
Method Details
-
getWorld
Gets the world primarily involved with this event- Returns:
- World which caused this event
-