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