Interface ChunkEvent.Save
- 
- All Superinterfaces:
- ChunkEvent,- ChunkEvent.WorldScoped,- Event
 - All Known Subinterfaces:
- ChunkEvent.Save.Post,- ChunkEvent.Save.Pre
 - Enclosing interface:
- ChunkEvent
 
 public static interface ChunkEvent.Save extends ChunkEvent.WorldScoped Called when achunkis performing a save.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static interfaceChunkEvent.Save.PostCalled after thechunkis saved.static interfaceChunkEvent.Save.PreCalled before thechunkis saved.- 
Nested classes/interfaces inherited from interface org.spongepowered.api.event.world.chunk.ChunkEventChunkEvent.Generated, ChunkEvent.Load, ChunkEvent.Save, ChunkEvent.Unload, ChunkEvent.WorldScoped
 
- 
 - 
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
 
- 
 
-