New event WORLD_LOADED

By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot
2011-02-08 12:06:34 +00:00
parent 002613da66
commit 516b5b2226
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
*/