Added event for when a world is saved (EyvindRM)

By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot
2011-02-09 12:53:33 +00:00
parent b280199e83
commit 290d9aedc9
3 changed files with 19 additions and 0 deletions

View File

@@ -445,6 +445,12 @@ public abstract class Event {
* @todo: add javadoc see comment
*/
ITEM_SPAWN (Category.WORLD),
/**
* Called when a world is saved
*
*/
WORLD_SAVED (Category.WORLD),
/**
* Called when a World is loaded