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
This event cannot be cancelled, use
DhApiBeforeRenderEvent
if you want to cancel rendering.- Since:
- API 2.0.0
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
Fired immediately before Distant Horizons starts rendering a buffer.final void
Called internally by Distant Horizons when the event happens.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.IDhApiEvent
removeAfterFiring
-
Constructor Details
-
DhApiBeforeBufferRenderEvent
public DhApiBeforeBufferRenderEvent()
-
-
Method Details