@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
Package org.spongepowered.api.event.world
-
Interface Summary Interface Description ChangeWeatherEvent Called when aWeather
change occursChangeWorldBorderEvent Fired when the world border changes for aPlayer
or aWorld
.ChangeWorldBorderEvent.Player An event that is fired when a player's world border is changed.ChangeWorldBorderEvent.World Fired when a value on a world'sWorldBorder
is changed.ExplosionEvent ExplosionEvent.Detonate An event that is fired as the explosion is going to start affecting multiple blocks and entities.ExplosionEvent.Pre An event that is fired before the explosion occurs.LoadWorldEvent Event for when aworld
is loaded.SaveWorldEvent Base event for when aWorld
is saved.SaveWorldEvent.Post Fired after a world has been saved.SaveWorldEvent.Pre Fired before a world is saved.UnloadWorldEvent Base event for when aWorld
is unloaded.