public class ChunkLoadEvent extends ChunkEvent
Event.Resultchunk| Constructor | Description |
|---|---|
ChunkLoadEvent(Chunk chunk,
boolean newChunk) |
| Modifier and Type | Method | Description |
|---|---|---|
static HandlerList |
getHandlerList() |
|
HandlerList |
getHandlers() |
|
boolean |
isNewChunk() |
Gets if this chunk was newly created or not.
|
getChunkgetEventName, isAsynchronousclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetWorldpublic ChunkLoadEvent(Chunk chunk, boolean newChunk)
public boolean isNewChunk()
Note that if this chunk is new, it will not be populated at this time.
public HandlerList getHandlers()
getHandlers in class Eventpublic static HandlerList getHandlerList()
Copyright © 2018. All rights reserved.