Interface IDhApiCopyable

All Known Subinterfaces:
IDhApiEventParam
All Known Implementing Classes:
DhApiBeforeBufferRenderEvent.EventParam, DhApiBeforeGenericObjectRenderEvent.EventParam, DhApiChunkModifiedEvent.EventParam, DhApiColorDepthTextureCreatedEvent.EventParam, DhApiLevelLoadEvent.EventParam, DhApiLevelUnloadEvent.EventParam, DhApiMat4f, DhApiRenderParam, DhApiVec3f, DhApiWorldLoadEvent.EventParam, DhApiWorldUnloadEvent.EventParam

public interface IDhApiCopyable
Used for objects that need deep clones.
Replacement for Cloneable.
Since:
API 3.0.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a deep clone of all parameters whenever possible.
  • Method Details

    • copy

      Returns a deep clone of all parameters whenever possible.