Added event for when a world is saved (EyvindRM)

This commit is contained in:
Dinnerbone
2011-02-09 12:53:33 +00:00
parent 1204340b96
commit be485d43ee
3 changed files with 19 additions and 0 deletions

View File

@@ -23,6 +23,14 @@ public class WorldListener implements Listener {
public void onChunkUnloaded(ChunkUnloadEvent event) {
}
/**
* Called when a world is saved
*
* param event Relevant event details
*/
public void onWorldSaved(WorldEvent event) {
}
/**
* Called when a World is loaded
*