Class ServerChannelChangeNsfwFlagEventImpl

    • Constructor Detail

      • ServerChannelChangeNsfwFlagEventImpl

        public ServerChannelChangeNsfwFlagEventImpl​(ServerChannel channel,
                                                    boolean newNsfwFlag,
                                                    boolean oldNsfwFlag)
        Creates a new server channel change nsfw flag event.
        Parameters:
        channel - The channel of the event.
        newNsfwFlag - The new nsfw flag of the channel.
        oldNsfwFlag - The old nsfw flag of the channel.