Klasse ChannelModEvent

Alle implementierten Schnittstellen:
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.
  • Konstruktordetails

    • ChannelModEvent

      public ChannelModEvent(EventChannel channel, EventUser user, boolean isMod)
      Veraltet.
      Event Constructor
      Parameter:
      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?
  • Methodendetails