Uses of Class
org.bukkit.event.world.WorldEvent

Packages that use WorldEvent
org.bukkit.event.world Events triggered by various world states or changes. 
 

Uses of WorldEvent in org.bukkit.event.world
 

Subclasses of WorldEvent in org.bukkit.event.world
 class ChunkEvent
          Represents a Chunk related event
 class ChunkLoadEvent
          Called when a chunk is loaded
 class ChunkPopulateEvent
          Thrown when a new chunk has finished being populated.
 class ChunkUnloadEvent
          Called when a chunk is unloaded
 class PortalCreateEvent
          Called when a portal is created
 class SpawnChangeEvent
          An event that is called when a world's spawn changes.
 class StructureGrowEvent
          Event that is called when an organic structure attempts to grow (Sapling -> Tree), (Mushroom -> Huge Mushroom), naturally or using bonemeal.
 class WorldInitEvent
          Called when a World is initializing
 class WorldLoadEvent
          Called when a World is loaded
 class WorldSaveEvent
          Called when a World is saved.
 class WorldUnloadEvent
          Called when a World is unloaded
 



Copyright © 2014. All rights reserved.