Interface ChunkEvent.Load

All Superinterfaces:
ChunkEvent, ChunkEvent.WorldScoped, Event
Enclosing interface:
ChunkEvent

public static interface ChunkEvent.Load extends ChunkEvent.WorldScoped
Called when a chunk is loaded. This is called from the main thread when the chunk is fully loaded and ready to tick.
  • Method Details

    • chunk

      WorldChunk chunk()
      Gets the chunk being changed.
      Returns:
      The chunk