Class DhApiBeforeApplyShaderRenderEvent
java.lang.Object
com.seibel.distanthorizons.api.methods.events.abstractEvents.DhApiBeforeApplyShaderRenderEvent
- All Implemented Interfaces:
IDhApiCancelableEvent<DhApiRenderParam>
,IDhApiEvent<DhApiRenderParam>
,IBindable
public abstract class DhApiBeforeApplyShaderRenderEvent
extends Object
implements IDhApiCancelableEvent<DhApiRenderParam>
Fired before DH runs its apply shader.
The apply shader is a shader that copies over everything DH has rendered
for this pass into MC's framebuffers so it can be rendered to the screen.
Canceling this event prevents the apply shader from running.
- Since:
- API 2.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
Fired before the apply shader is run.final void
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
-
DhApiBeforeApplyShaderRenderEvent
public DhApiBeforeApplyShaderRenderEvent()
-
-
Method Details