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

@@ -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