Class DhApiColorDepthTextureCreatedEvent.EventParam

java.lang.Object
com.seibel.distanthorizons.api.methods.events.abstractEvents.DhApiColorDepthTextureCreatedEvent.EventParam
All Implemented Interfaces:
IDhApiCopyable, IDhApiEventParam
Enclosing class:
DhApiColorDepthTextureCreatedEvent

public static class DhApiColorDepthTextureCreatedEvent.EventParam extends Object implements IDhApiEventParam
  • Field Details

    • previousWidth

      public final int previousWidth
      Measured in pixels
    • previousHeight

      public final int previousHeight
      Measured in pixels
    • newWidth

      public final int newWidth
      Measured in pixels
    • newHeight

      public final int newHeight
      Measured in pixels
  • Constructor Details

    • EventParam

      public EventParam(int previousWidth, int previousHeight, int newWidth, int newHeight)
  • Method Details