Class DhApiBeforeGenericObjectRenderEvent.EventParam
java.lang.Object
com.seibel.distanthorizons.api.methods.events.sharedParameterObjects.DhApiRenderParam
com.seibel.distanthorizons.api.methods.events.abstractEvents.DhApiBeforeGenericObjectRenderEvent.EventParam
- All Implemented Interfaces:
IDhApiCopyable
,IDhApiEventParam
- Enclosing class:
DhApiBeforeGenericObjectRenderEvent
public static class DhApiBeforeGenericObjectRenderEvent.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
ConstructorsConstructorDescriptionEventParam
(DhApiRenderParam renderParam, long boxGroupId, String resourceLocationNamespace, String resourceLocationPath) EventParam
(DhApiRenderParam renderParam, IDhApiRenderableBoxGroup boxGroup) -
Method Summary
Modifier and TypeMethodDescriptioncopy()
Returns a deep clone of all parameters whenever possible.
-
Field Details
-
boxGroupId
public final long boxGroupId -
resourceLocationNamespace
-
resourceLocationPath
-
-
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
-