Added custom world generator API

This commit is contained in:
Dinnerbone
2011-06-06 13:23:30 +01:00
parent 6a23a9122b
commit bca3b8d0c5
8 changed files with 144 additions and 0 deletions

View File

@@ -471,6 +471,10 @@ public abstract class Event implements Serializable {
*
*/
WORLD_SAVE (Category.WORLD),
/**
* Called when a World is initializing
*/
WORLD_INIT (Category.WORLD),
/**
* Called when a World is loaded
*/