public class ChunkLoadEvent extends ChunkEvent
Event.Resultchunk| 构造器和说明 |
|---|
ChunkLoadEvent(Chunk chunk,
boolean newChunk) |
| 限定符和类型 | 方法和说明 |
|---|---|
static HandlerList |
getHandlerList() |
HandlerList |
getHandlers() |
boolean |
isNewChunk()
获取这个区块是否为最近创建的.
|
getChunkgetWorldgetEventName, isAsynchronouspublic ChunkLoadEvent(Chunk chunk, boolean newChunk)
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.
public HandlerList getHandlers()
getHandlers 在类中 Eventpublic static HandlerList getHandlerList()