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.ChunkEvent
ChunkEvent.Generated, ChunkEvent.Load, ChunkEvent.Save, ChunkEvent.Unload, ChunkEvent.WorldScoped 
- 
Nested classes/interfaces inherited from interface org.spongepowered.api.event.world.chunk.ChunkEvent.Save
ChunkEvent.Save.Post, ChunkEvent.Save.Pre 
 - 
 
- 
Method Summary
- 
Methods inherited from interface org.spongepowered.api.event.world.chunk.ChunkEvent
chunkPosition 
- 
Methods inherited from interface org.spongepowered.api.event.world.chunk.ChunkEvent.WorldScoped
worldKey 
 - 
 
 -