Interface ChunkEvent
- 
- All Superinterfaces:
 Event
- All Known Subinterfaces:
 ChunkEvent.Generated,ChunkEvent.Load,ChunkEvent.Save,ChunkEvent.Save.Post,ChunkEvent.Save.Pre,ChunkEvent.Unload,ChunkEvent.Unload.Post,ChunkEvent.Unload.Pre,ChunkEvent.WorldScoped
public interface ChunkEvent extends Event
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceChunkEvent.GeneratedCalled when a newchunkwas generated.static interfaceChunkEvent.LoadCalled when achunkis loaded.static interfaceChunkEvent.SaveCalled when achunkis performing a save.static interfaceChunkEvent.UnloadCalled when achunkwas unloaded.static interfaceChunkEvent.WorldScopedRepresents an event that has knowledge about theworldthat is being operated upon. 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vector3ichunkPosition()Gets the position of thechunk, in chunk co-ordinates. 
 -