New event WORLD_LOADED

This commit is contained in:
Dinnerbone
2011-02-08 12:06:34 +00:00
parent 590834894c
commit a435cae101
3 changed files with 19 additions and 0 deletions

View File

@@ -439,6 +439,11 @@ public abstract class Event {
*/
ITEM_SPAWN (Category.WORLD),
/**
* Called when a World is loaded
*/
WORLD_LOADED (Category.WORLD),
/**
* LIVING_ENTITY EVENTS
*/