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