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 interface
ChunkEvent.Generated
Called when a newchunk
was generated.static interface
ChunkEvent.Load
Called when achunk
is loaded.static interface
ChunkEvent.Save
Called when achunk
is performing a save.static interface
ChunkEvent.Unload
Called when achunk
was unloaded.static interface
ChunkEvent.WorldScoped
Represents an event that has knowledge about theworld
that is being operated upon.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vector3i
chunkPosition()
Gets the position of thechunk
, in chunk co-ordinates.
-