Class DhApiColorDepthTextureCreatedEvent
java.lang.Object
com.seibel.distanthorizons.api.methods.events.abstractEvents.DhApiColorDepthTextureCreatedEvent
- All Implemented Interfaces:
IDhApiEvent<DhApiColorDepthTextureCreatedEvent.EventParam>,IBindable
public abstract class DhApiColorDepthTextureCreatedEvent
extends Object
implements IDhApiEvent<DhApiColorDepthTextureCreatedEvent.EventParam>
Called whenever Distant Horizons (re)creates
the color and depth textures it renders to.
- Since:
- API 2.0.0
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidCalled internally by Distant Horizons when the event happens.abstract voidFired before Distant Horizons creates.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
-
DhApiColorDepthTextureCreatedEvent
public DhApiColorDepthTextureCreatedEvent()
-
-
Method Details