Package org.bukkit.event.world
Class WorldEvent
- java.lang.Object
-
- org.bukkit.event.Event
-
- org.bukkit.event.world.WorldEvent
-
- Direct Known Subclasses:
ChunkEvent
,PortalCreateEvent
,RaidEvent
,SpawnChangeEvent
,StructureGrowEvent
,WorldInitEvent
,WorldLoadEvent
,WorldSaveEvent
,WorldUnloadEvent
public abstract class WorldEvent extends Event
Represents events within a world
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
-
Constructor Summary
Constructors Constructor Description WorldEvent(World world)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description World
getWorld()
Gets the world primarily involved with this event-
Methods inherited from class org.bukkit.event.Event
getEventName, getHandlers, isAsynchronous
-
-