org.bukkit.event.world
Class ChunkEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.world.WorldEvent
org.bukkit.event.world.ChunkEvent
- Direct Known Subclasses:
- ChunkLoadEvent, ChunkPopulateEvent, ChunkUnloadEvent
public abstract class ChunkEvent
- extends WorldEvent
Represents a Chunk related event
Method Summary |
Chunk |
getChunk()
Gets the chunk being loaded/unloaded |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
chunk
protected Chunk chunk
ChunkEvent
protected ChunkEvent(Chunk chunk)
getChunk
public Chunk getChunk()
- Gets the chunk being loaded/unloaded
- Returns:
- Chunk that triggered this event
Copyright © 2013. All Rights Reserved.