类 ChunkLoadEvent


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

  • 方法详细资料

    • isNewChunk

      public boolean isNewChunk()
      获取这个区块是否为最近创建的.

      注意:请不要利用本事件在新生成的区块中生成方块, 你应该使用 BlockPopulator.

      原文: Gets if this chunk was newly created or not.

      Note: Do not use this to generated blocks in a newly generated chunk. Use a BlockPopulator instead.

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

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

      @NotNull public static @NotNull HandlerList getHandlerList()