Added event for when a world is saved (EyvindRM)
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user