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