Class DhApiBeforeRenderCleanupEvent
java.lang.Object
com.seibel.distanthorizons.api.methods.events.abstractEvents.DhApiBeforeRenderCleanupEvent
- All Implemented Interfaces:
IDhApiEvent<DhApiRenderParam>
,IBindable
public abstract class DhApiBeforeRenderCleanupEvent
extends Object
implements IDhApiEvent<DhApiRenderParam>
Called before Distant Horizons starts the cleanup process done after rendering.
This called after every render pass.
This called after every render pass.
- Since:
- API 2.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
Fired before Distant Horizons starts the cleanup process once rendering has finished.final void
fireEvent
(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, 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
-
DhApiBeforeRenderCleanupEvent
public DhApiBeforeRenderCleanupEvent()
-
-
Method Details