Class DhApiBeforeDeferredRenderEvent
java.lang.Object
com.seibel.distanthorizons.api.methods.events.abstractEvents.DhApiBeforeRenderEvent
com.seibel.distanthorizons.api.methods.events.abstractEvents.DhApiBeforeDeferredRenderEvent
- All Implemented Interfaces:
IDhApiCancelableEvent<DhApiRenderParam>
,IDhApiEvent<DhApiRenderParam>
,IBindable
Called before Distant Horizons starts rendering the deferred rendering pass.
Will only happen if
Generally this is only used when shaders are enabled.
Canceling the event will prevent DH from rendering the deferred pass that frame.
Will only happen if
IDhApiRenderProxy.getDeferTransparentRendering()
is true. Generally this is only used when shaders are enabled.
Canceling the event will prevent DH from rendering the deferred pass that frame.
- Since:
- API 2.0.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.seibel.distanthorizons.api.methods.events.abstractEvents.DhApiBeforeRenderEvent
beforeRender, fireEvent
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.IDhApiCancelableEvent
fireEvent
Methods inherited from interface com.seibel.distanthorizons.api.methods.events.interfaces.IDhApiEvent
removeAfterFiring
-
Constructor Details
-
DhApiBeforeDeferredRenderEvent
public DhApiBeforeDeferredRenderEvent()
-