java.lang.Object
com.seibel.distanthorizons.api.methods.events.sharedParameterObjects.DhApiEventParam<T>
Direct Known Subclasses:
DhApiCancelableEventParam

public class DhApiEventParam<T> extends Object
Wraps the event parameter to allow for additional control over the event
Since:
API 1.0.0
  • Field Details

    • value

      public final T value
      Depending on the IDhApiEvent this can be null.
  • Constructor Details

    • DhApiEventParam

      public DhApiEventParam(T value)