@@ -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
|
||||
*/
|
||||
|
||||
@@ -22,4 +22,12 @@ public class WorldListener implements Listener {
|
||||
*/
|
||||
public void onChunkUnloaded(ChunkUnloadEvent event) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Called when a World is loaded
|
||||
*
|
||||
* @param event Relevant event details
|
||||
*/
|
||||
public void onWorldLoaded(WorldEvent event) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user