Interface RefreshGameEvent
- All Superinterfaces:
Event
,LifecycleEvent
Fired when something within a
Game
triggers a refresh of
that game.
The definition of a refresh is purely left up to the implementation. For the default implementation from Sponge, this is fired when executing the plugins' reload command and acts as a simple callback for plugin use.
-
Method Summary
Methods inherited from interface org.spongepowered.api.event.lifecycle.LifecycleEvent
game