org.bukkit.event.world
Class ChunkPopulateEvent

java.lang.Object
  extended by org.bukkit.event.Event
      extended by org.bukkit.event.world.WorldEvent
          extended by org.bukkit.event.world.ChunkEvent
              extended by org.bukkit.event.world.ChunkPopulateEvent

public class ChunkPopulateEvent
extends ChunkEvent

Thrown when a new chunk has finished being populated.

If your intent is to populate the chunk using this event, please see BlockPopulator


Nested Class Summary
 
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
 
Field Summary
 
Fields inherited from class org.bukkit.event.world.ChunkEvent
chunk
 
Constructor Summary
ChunkPopulateEvent(Chunk chunk)
           
 
Method Summary
static HandlerList getHandlerList()
           
 HandlerList getHandlers()
           
 
Methods inherited from class org.bukkit.event.world.ChunkEvent
getChunk
 
Methods inherited from class org.bukkit.event.world.WorldEvent
getWorld
 
Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChunkPopulateEvent

public ChunkPopulateEvent(Chunk chunk)
Method Detail

getHandlers

public HandlerList getHandlers()
Specified by:
getHandlers in class Event

getHandlerList

public static HandlerList getHandlerList()


Copyright © 2013. All Rights Reserved.