Interface ChunkEvent.Unload.Post
-
- All Superinterfaces:
ChunkEvent
,ChunkEvent.Unload
,ChunkEvent.WorldScoped
,Event
- Enclosing interface:
- ChunkEvent.Unload
public static interface ChunkEvent.Unload.Post extends ChunkEvent.Unload
Called after thechunk
is unloaded.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.spongepowered.api.event.world.chunk.ChunkEvent
ChunkEvent.Generated, ChunkEvent.Load, ChunkEvent.Save, 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
-
-