Class DhApiBeforeRenderEvent

java.lang.Object
com.seibel.distanthorizons.api.methods.events.abstractEvents.DhApiBeforeRenderEvent
All Implemented Interfaces:
IDhApiCancelableEvent<DhApiRenderParam>, IDhApiEvent<DhApiRenderParam>, IBindable
Direct Known Subclasses:
DhApiBeforeDeferredRenderEvent

public abstract class DhApiBeforeRenderEvent extends Object implements IDhApiCancelableEvent<DhApiRenderParam>
Called before Distant Horizons starts rendering a frame.
Canceling the event will prevent DH from rendering that frame.

This is called before DH starts modifying the GL state. If you want to inject into DH's rendering pass, use DhApiBeforeRenderPassEvent instead.
Since:
API 1.0.0
See Also: