Package org.bukkit.event.world
Class ChunkLoadEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.world.WorldEvent
org.bukkit.event.world.ChunkEvent
org.bukkit.event.world.ChunkLoadEvent
public class ChunkLoadEvent extends ChunkEvent
Called when a chunk is loaded
- 
Nested Class Summary
- 
Field Summary
- 
Constructor SummaryConstructors Constructor Description ChunkLoadEvent(Chunk chunk, boolean newChunk)
- 
Method SummaryModifier and Type Method Description static HandlerListgetHandlerList()HandlerListgetHandlers()booleanisNewChunk()Gets if this chunk was newly created or not.
- 
Constructor Details
- 
Method Details- 
isNewChunkpublic boolean isNewChunk()Gets if this chunk was newly created or not.Note that if this chunk is new, it will not be populated at this time. - Returns:
- true if the chunk is new, otherwise false
 
- 
getHandlers- Specified by:
- getHandlersin class- Event
 
- 
getHandlerList
 
-