Class ChunkLoadEvent


  • public class ChunkLoadEvent
    extends ChunkEvent
    Called when a chunk is loaded
    • Constructor Detail

      • ChunkLoadEvent

        public ChunkLoadEvent​(@NotNull
                              Chunk chunk,
                              boolean newChunk)
    • Method Detail

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

        Returns:
        true if the chunk is new, otherwise false
      • getHandlerList

        @NotNull
        public static HandlerList getHandlerList()