Interface ChunkEvent.Unload.Pre
- All Superinterfaces:
ChunkEvent,ChunkEvent.Unload,ChunkEvent.WorldScoped,Event
- Enclosing interface:
ChunkEvent.Unload
Called before the
chunk is unloaded.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.spongepowered.api.event.world.chunk.ChunkEvent
ChunkEvent.Blocks, ChunkEvent.Entities, ChunkEvent.Generated, ChunkEvent.Load, ChunkEvent.Unload, ChunkEvent.WorldScopedNested classes/interfaces inherited from interface org.spongepowered.api.event.world.chunk.ChunkEvent.Unload
ChunkEvent.Unload.Post, ChunkEvent.Unload.Pre -
Method Summary
Methods inherited from interface org.spongepowered.api.event.world.chunk.ChunkEvent
chunkPositionMethods inherited from interface org.spongepowered.api.event.world.chunk.ChunkEvent.WorldScoped
worldKey
-
Method Details
-
chunk
WorldChunk chunk()Gets thechunkbeing changed.- Returns:
- The chunk
-