Class WorldUnloadEvent

java.lang.Object
de.ellpeck.rockbottom.api.event.Event
de.ellpeck.rockbottom.api.event.impl.WorldUnloadEvent

public final class WorldUnloadEvent extends Event
This event is fired when an IWorld is unloaded. It cannot be cancelled.
  • Field Details

    • world

      public final IWorld world
  • Constructor Details

    • WorldUnloadEvent

      public WorldUnloadEvent(IWorld world)