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 DhApiBeforeRenderEvent if you want to cancel rendering.
Since:
API 2.0.0
See Also: