Implemented WorldUnloadEvent and unloadWorld().

This commit is contained in:
Rigby
2011-06-04 06:46:21 +01:00
committed by EvilSeph
parent 888d201388
commit 826bcf1d4a
5 changed files with 57 additions and 0 deletions

View File

@@ -479,6 +479,10 @@ public abstract class Event implements Serializable {
* Called when a World is loaded
*/
WORLD_LOAD (Category.WORLD),
/**
* Called when a World is unloaded
*/
WORLD_UNLOAD (Category.WORLD),
/**
* ENTITY EVENTS