Class DhApiBeforeBufferRenderEvent.EventParam
java.lang.Object
com.seibel.distanthorizons.api.methods.events.sharedParameterObjects.DhApiRenderParam
com.seibel.distanthorizons.api.methods.events.abstractEvents.DhApiBeforeBufferRenderEvent.EventParam
- All Implemented Interfaces:
IDhApiCopyable
,IDhApiEventParam
- Enclosing class:
DhApiBeforeBufferRenderEvent
public static class DhApiBeforeBufferRenderEvent.EventParam
extends DhApiRenderParam
implements IDhApiEventParam
-
Field Summary
FieldsFields inherited from class com.seibel.distanthorizons.api.methods.events.sharedParameterObjects.DhApiRenderParam
dhModelViewMatrix, dhProjectionMatrix, farClipPlane, mcModelViewMatrix, mcProjectionMatrix, nearClipPlane, partialTicks, renderPass, worldYOffset
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()
Returns a deep clone of all parameters whenever possible.
-
Field Details
-
modelPos
Measured in blocks. Should be applied to the model view matrix to move the buffer into its proper place.
-
-
Constructor Details
-
Method Details
-
copy
Description copied from interface:IDhApiCopyable
Returns a deep clone of all parameters whenever possible.- Specified by:
copy
in interfaceIDhApiCopyable
- Overrides:
copy
in classDhApiRenderParam
-