Class DhApiAfterRenderEvent
java.lang.Object
com.seibel.distanthorizons.api.methods.events.abstractEvents.DhApiAfterRenderEvent
- All Implemented Interfaces:
IDhApiEvent<DhApiRenderParam>,IBindable
Fired after Distant Horizons finishes rendering a frame.
At this point DH will have also finished cleaning up any modifications it did to the OpenGL state, so the state should be back to Minecraft's defaults.
At this point DH will have also finished cleaning up any modifications it did to the OpenGL state, so the state should be back to Minecraft's defaults.
- Since:
- API 1.0.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidFired after Distant Horizons finishes rendering fake chunks.final voidfireEvent(DhApiEventParam<DhApiRenderParam> event) 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, 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
-
DhApiAfterRenderEvent
public DhApiAfterRenderEvent()
-
-
Method Details