Interface SaveWorldEvent
-
- All Superinterfaces:
Event
- All Known Subinterfaces:
SaveWorldEvent.Post
,SaveWorldEvent.Pre
public interface SaveWorldEvent extends Event
Base event for when aWorld
is saved.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
SaveWorldEvent.Post
Fired after a world has been saved.static interface
SaveWorldEvent.Pre
Fired before a world is saved.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerWorld
world()
Gets theworld
.
-
-
-
Method Detail
-
world
ServerWorld world()
Gets theworld
.- Returns:
- The world
-
-