Interface ChunkEvent.Save.Post
- 
- All Superinterfaces:
- ChunkEvent,- ChunkEvent.Save,- ChunkEvent.WorldScoped,- Event
 - Enclosing interface:
- ChunkEvent.Save
 
 public static interface ChunkEvent.Save.Post extends ChunkEvent.Save Called after thechunkis saved. Guaranteed to exist in the chunk's storage container. Depending on the implementation, this event may be called off-thread.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.spongepowered.api.event.world.chunk.ChunkEventChunkEvent.Generated, ChunkEvent.Load, ChunkEvent.Save, ChunkEvent.Unload, ChunkEvent.WorldScoped
 - 
Nested classes/interfaces inherited from interface org.spongepowered.api.event.world.chunk.ChunkEvent.SaveChunkEvent.Save.Post, ChunkEvent.Save.Pre
 
- 
 - 
Method Summary- 
Methods inherited from interface org.spongepowered.api.event.world.chunk.ChunkEventchunkPosition
 - 
Methods inherited from interface org.spongepowered.api.event.world.chunk.ChunkEvent.WorldScopedworldKey
 
- 
 
-