Class ChannelModEvent

java.lang.Object
com.github.philippheuer.events4j.core.domain.Event
All Implemented Interfaces:
com.github.philippheuer.events4j.api.domain.IEvent

@Deprecated @ScheduledForRemoval(inVersion="2.0.0") public final class ChannelModEvent extends AbstractChannelEvent
This event gets called when a client gains/loses mod status.
  • Constructor Details

    • ChannelModEvent

      public ChannelModEvent(EventChannel channel, EventUser user, boolean isMod)
      Deprecated.
      Event Constructor
      Parameters:
      channel - The channel that this event originates from.
      user - The user that gained/lost mod status.
      isMod - Did the use gain or lose mod status?
  • Method Details