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