Interface SaveWorldEvent

All Superinterfaces:
Event
All Known Subinterfaces:
SaveWorldEvent.Post, SaveWorldEvent.Pre

public interface SaveWorldEvent extends Event
Base event for when a World is saved.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Fired after a world has been saved.
    static interface 
    Fired before a world is saved.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the world.

    Methods inherited from interface org.spongepowered.api.event.Event

    cause, context, source