类 ChunkLoadEvent


public class ChunkLoadEvent extends ChunkEvent
当一个区块被加载时调用.
  • 构造器详细资料

    • 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.

      返回:
      如果区块是新的,则为true,否则为false
    • getHandlers

      public HandlerList getHandlers()
      指定者:
      getHandlers 在类中 Event
    • getHandlerList

      public static HandlerList getHandlerList()