Package net.minecraftforge.event.world
Class WorldEvent.Unload
- java.lang.Object
-
- net.minecraftforge.eventbus.api.Event
-
- net.minecraftforge.event.world.WorldEvent
-
- net.minecraftforge.event.world.WorldEvent.Unload
-
- Enclosing class:
- WorldEvent
public static class WorldEvent.Unload extends WorldEvent
WorldEvent.Unload is fired when Minecraft unloads a world.
This event is fired when a world is unloaded inMinecraft#loadWorld(WorldClient, String)
,MinecraftServer.stopServer()
,DimensionManager#unloadWorlds()
,ForgeInternalHandler#onDimensionUnload(Unload)
.
This event is notCancelable
.
This event does not have a result.Event.HasResult
This event is fired on theMinecraftForge#EVENT_BUS
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraftforge.event.world.WorldEvent
WorldEvent.CreateSpawnPosition, WorldEvent.Load, WorldEvent.PotentialSpawns, WorldEvent.Save, WorldEvent.Unload
-
-
Method Summary
-
Methods inherited from class net.minecraftforge.event.world.WorldEvent
getWorld
-
-
-
-
Constructor Detail
-
Unload
public Unload(IWorld world)
-
-