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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChunkLoadEvent
public ChunkLoadEvent(Chunk chunk,
boolean newChunk)
isNewChunk
public 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
public HandlerList getHandlers()
- Specified by:
getHandlers
in class Event
getHandlerList
public static HandlerList getHandlerList()
Copyright © 2013. All Rights Reserved.