Class DhApiBeforeRenderPassEvent
java.lang.Object
com.seibel.distanthorizons.api.methods.events.abstractEvents.DhApiBeforeRenderPassEvent
- All Implemented Interfaces:
IDhApiEvent<DhApiRenderParam>
,IBindable
public abstract class DhApiBeforeRenderPassEvent
extends Object
implements IDhApiEvent<DhApiRenderParam>
Called immediately before Distant Horizons starts a rendering pass.
At this point the GL state will be set up for DH to render.
This event cannot be cancelled, use
At this point the GL state will be set up for DH to render.
This event cannot be cancelled, use
DhApiBeforeRenderEvent
if you want to cancel rendering.- Since:
- API 2.0.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
Fired immediately before Distant Horizons starts a rendering pass.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
-
DhApiBeforeRenderPassEvent
public DhApiBeforeRenderPassEvent()
-
-
Method Details