Class DhApiWorldUnloadEvent
java.lang.Object
com.seibel.distanthorizons.api.methods.events.abstractEvents.DhApiWorldUnloadEvent
- All Implemented Interfaces:
IDhApiEvent<DhApiWorldUnloadEvent.EventParam>
,IBindable
public abstract class DhApiWorldUnloadEvent
extends Object
implements IDhApiEvent<DhApiWorldUnloadEvent.EventParam>
Called after Distant Horizons has finished unloading a world.
- Since:
- API 4.0.0
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
Called internally by Distant Horizons when the event happens.abstract void
Fired before Distant Horizons unloads a world.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.seibel.distanthorizons.coreapi.interfaces.dependencyInjection.IBindable
finishDelayedSetup, getDelayedSetupComplete
Methods inherited from interface com.seibel.distanthorizons.api.methods.events.interfaces.IDhApiEvent
removeAfterFiring
-
Constructor Details
-
DhApiWorldUnloadEvent
public DhApiWorldUnloadEvent()
-
-
Method Details