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 voidFired immediately before Distant Horizons starts rendering a buffer.final voidCalled 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, waitMethods inherited from interface com.seibel.distanthorizons.coreapi.interfaces.dependencyInjection.IBindable
finishDelayedSetup, getDelayedSetupCompleteMethods inherited from interface com.seibel.distanthorizons.api.methods.events.interfaces.IDhApiEvent
removeAfterFiring
-
Constructor Details
-
DhApiBeforeBufferRenderEvent
public DhApiBeforeBufferRenderEvent()
-
-
Method Details