Interface SaveWorldEvent
- All Superinterfaces:
Event
- All Known Subinterfaces:
SaveWorldEvent.Post
,SaveWorldEvent.Pre
Base event for when a
World
is saved.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Fired after a world has been saved.static interface
Fired before a world is saved. -
Method Summary
-
Method Details
-
world
ServerWorld world()Gets theworld
.- Returns:
- The world
-