Interface ChunkEvent.Save
-
- All Superinterfaces:
ChunkEvent
,ChunkEvent.WorldScoped
,Event
- All Known Subinterfaces:
ChunkEvent.Save.Post
,ChunkEvent.Save.Pre
- Enclosing interface:
- ChunkEvent
public static interface ChunkEvent.Save extends ChunkEvent.WorldScoped
Called when achunk
is performing a save.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ChunkEvent.Save.Post
Called after thechunk
is saved.static interface
ChunkEvent.Save.Pre
Called before thechunk
is saved.-
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
-
-