Class DhApiBeforeTextureClearEvent
java.lang.Object
com.seibel.distanthorizons.api.methods.events.abstractEvents.DhApiBeforeTextureClearEvent
- All Implemented Interfaces:
IDhApiCancelableEvent<DhApiRenderParam>,IDhApiEvent<DhApiRenderParam>,IBindable
public abstract class DhApiBeforeTextureClearEvent
extends Object
implements IDhApiCancelableEvent<DhApiRenderParam>
Called during Distant Horizons rendering setup and immediately
before the render textures are cleared.
Generally the textures cleared are Distant Horizons owned depth and color textures.
Canceling the event will prevent DH from clearing any textures.
before the render textures are cleared.
Generally the textures cleared are Distant Horizons owned depth and color textures.
Canceling the event will prevent DH from clearing any textures.
- Since:
- API 2.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidFired before Distant Horizons clears any textures.final voidMethods 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.IDhApiCancelableEvent
fireEventMethods inherited from interface com.seibel.distanthorizons.api.methods.events.interfaces.IDhApiEvent
removeAfterFiring
-
Constructor Details
-
DhApiBeforeTextureClearEvent
public DhApiBeforeTextureClearEvent()
-
-
Method Details