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 void
Called internally by Distant Horizons when the event happens.abstract void
Fired before Distant Horizons unloads a level.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
-
DhApiLevelUnloadEvent
public DhApiLevelUnloadEvent()
-
-
Method Details