Class DhApiBeforeGenericRenderCleanupEvent
java.lang.Object
com.seibel.distanthorizons.api.methods.events.abstractEvents.DhApiBeforeGenericRenderCleanupEvent
- All Implemented Interfaces:
IDhApiEvent<DhApiRenderParam>,IBindable
public abstract class DhApiBeforeGenericRenderCleanupEvent
extends Object
implements IDhApiEvent<DhApiRenderParam>
Called before Distant Horizons starts the cleanup process done after rendering generic objects.
This is called after all generic objects have finished rendering.
This is called after all generic objects have finished rendering.
- Since:
- API 3.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidFired before Distant Horizons starts the cleanup process once rendering has finished.final voidfireEvent(DhApiEventParam<DhApiRenderParam> event) Called internally by Distant Horizons when the event happens.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
-
DhApiBeforeGenericRenderCleanupEvent
public DhApiBeforeGenericRenderCleanupEvent()
-
-
Method Details