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.WorldScoped
Nested 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
chunkPosition
Methods inherited from interface org.spongepowered.api.event.world.chunk.ChunkEvent.WorldScoped
worldKey
-
Method Details
-
chunk
WorldChunk chunk()Gets thechunk
being changed.- Returns:
- The chunk
-