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