public interface SaveChunkEvent extends Event
Chunk
is performing a save.Modifier and Type | Interface and Description |
---|---|
static interface |
SaveChunkEvent.Post
Called after the
Chunk is saved. |
static interface |
SaveChunkEvent.Pre
Called before the
Chunk is saved. |
Modifier and Type | Method and Description |
---|---|
com.flowpowered.math.vector.Vector3i |
getChunkPosition()
Gets the position of the
Chunk . |
getCause, getContext, getSource
com.flowpowered.math.vector.Vector3i getChunkPosition()
Chunk
.