Interface ChunkEvent.Blocks.Save.Post

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

public static interface ChunkEvent.Blocks.Save.Post extends ChunkEvent.Blocks.Save
Called after the chunk block data is saved. Guaranteed to exist in the chunk's block storage container.

Depending on the implementation, this event may be called off-thread.