Class DhApiBeforeGenericRenderSetupEvent
java.lang.Object
com.seibel.distanthorizons.api.methods.events.abstractEvents.DhApiBeforeGenericRenderSetupEvent
- All Implemented Interfaces:
IDhApiEvent<DhApiRenderParam>
,IBindable
public abstract class DhApiBeforeGenericRenderSetupEvent
extends Object
implements IDhApiEvent<DhApiRenderParam>
Called before Distant Horizons has started setting up OpenGL objects for rendering generic objects.
If you want to modify already bound DH OpenGL objects try using
If you want to modify already bound DH OpenGL objects try using
DhApiBeforeGenericObjectRenderEvent
.- Since:
- API 3.0.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
Fired before Distant Horizons has started setting up OpenGL objects for rendering generic objects.final void
fireEvent
(DhApiEventParam<DhApiRenderParam> input) 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
-
DhApiBeforeGenericRenderSetupEvent
public DhApiBeforeGenericRenderSetupEvent()
-
-
Method Details