public class ChunkLoadedEvent extends ChunkProcessedEvent
data, location, map
Constructor and Description |
---|
ChunkLoadedEvent(Minimap map,
ChunkLocation location,
ChunkData chunk)
|
Modifier and Type | Method and Description |
---|---|
static org.bukkit.event.HandlerList |
getHandlerList() |
org.bukkit.event.HandlerList |
getHandlers() |
getData, getLocation, getMinimap, setData
callEvent
public ChunkLoadedEvent(Minimap map, ChunkLocation location, ChunkData chunk)
map
- The Minimap
for which the ChunkData
belongs. Cannot be null.location
- The ChunkLocation
of the ChunkData
provided. Cannot be null.chunk
- The loaded ChunkData
. Should be complete. Cannot be null.public static org.bukkit.event.HandlerList getHandlerList()
public org.bukkit.event.HandlerList getHandlers()
getHandlers
in class ChunkProcessedEvent