Class DhApiAfterRenderEvent
java.lang.Object
com.seibel.distanthorizons.api.methods.events.abstractEvents.DhApiAfterRenderEvent
- All Implemented Interfaces:
IDhApiEvent<Void>
,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.
Note: as of API v 3.0.0 no
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.
Note: as of API v 3.0.0 no
DhApiRenderParam
is included in this event
because the specific parameters may change
depending on whether deferred rendering is enabled or not.- Since:
- API 1.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
afterRender
(DhApiEventParam<Void> event) Fired after Distant Horizons finishes rendering fake chunks.final void
fireEvent
(DhApiEventParam<Void> 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, 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
-
DhApiAfterRenderEvent
public DhApiAfterRenderEvent()
-
-
Method Details