Package org.spongepowered.api.event.world.chunk
-
Interface Summary Interface Description ChunkEvent ChunkEvent.Generated Called when a newchunk
was generated.ChunkEvent.Load Called when achunk
is loaded.ChunkEvent.Save Called when achunk
is performing a save.ChunkEvent.Save.Post Called after thechunk
is saved.ChunkEvent.Save.Pre Called before thechunk
is saved.ChunkEvent.Unload Called when achunk
was unloaded.ChunkEvent.Unload.Post Called after thechunk
is unloaded.ChunkEvent.Unload.Pre Called before thechunk
is unloaded.ChunkEvent.WorldScoped Represents an event that has knowledge about theworld
that is being operated upon.