Interface ChunkEvent.Save.Pre
- 
- All Superinterfaces:
- Cancellable,- ChunkEvent,- ChunkEvent.Save,- ChunkEvent.WorldScoped,- Event
 - Enclosing interface:
- ChunkEvent.Save
 
 public static interface ChunkEvent.Save.Pre extends ChunkEvent.Save, Cancellable Called before thechunkis saved. Cancelling this will prevent any of the chunk's data being written to it's storage container.
- 
- 
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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description WorldChunkchunk()Gets thechunkbeing changed.- 
Methods inherited from interface org.spongepowered.api.event.CancellableisCancelled, setCancelled
 - 
Methods inherited from interface org.spongepowered.api.event.world.chunk.ChunkEventchunkPosition
 - 
Methods inherited from interface org.spongepowered.api.event.world.chunk.ChunkEvent.WorldScopedworldKey
 
- 
 
- 
- 
- 
Method Detail- 
chunkWorldChunk chunk() Gets thechunkbeing changed.- Returns:
- The chunk
 
 
- 
 
-