Class DhApiBeforeBufferRenderEvent

java.lang.Object
com.seibel.distanthorizons.api.methods.events.abstractEvents.DhApiBeforeBufferRenderEvent
All Implemented Interfaces:
IDhApiEvent<DhApiBeforeBufferRenderEvent.EventParam>, IBindable

public abstract class DhApiBeforeBufferRenderEvent extends Object implements IDhApiEvent<DhApiBeforeBufferRenderEvent.EventParam>
Called before Distant Horizons starts rendering a buffer.
This event cannot be cancelled, use DhApiBeforeRenderEvent if you want to cancel rendering.
Since:
API 2.0.0
See Also: