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 void
Fired before Distant Horizons clears any textures.final void
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.IDhApiCancelableEvent
fireEvent
Methods inherited from interface com.seibel.distanthorizons.api.methods.events.interfaces.IDhApiEvent
removeAfterFiring
-
Constructor Details
-
DhApiBeforeTextureClearEvent
public DhApiBeforeTextureClearEvent()
-
-
Method Details