public class ChannelModeInfoListEvent extends ChannelMultipleMessageEventBase implements ChannelEvent
| Constructor and Description |
|---|
ChannelModeInfoListEvent(@NonNull Client client,
@NonNull List<ServerMessage> sourceMessages,
@NonNull Channel channel,
@NonNull ChannelMode mode,
@NonNull List<ModeInfo> info)
Constructs the event.
|
| Modifier and Type | Method and Description |
|---|---|
@NonNull ChannelMode |
getMode()
Gets the mode info's mode.
|
@NonNull List<ModeInfo> |
getModeInfo()
Gets the channel's mode info.
|
protected @NonNull ToStringer |
toStringer()
Generates a partial
ToStringer for the command. |
getChannelgetSourcegetClient, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChannelgetClientpublic ChannelModeInfoListEvent(@NonNull Client client, @NonNull List<ServerMessage> sourceMessages, @NonNull Channel channel, @NonNull ChannelMode mode, @NonNull List<ModeInfo> info)
client - client for which this is occurringsourceMessages - source messagesschannel - channel with this infomode - mode for which the info existsinfo - list of infopublic @NonNull ChannelMode getMode()
public @NonNull List<ModeInfo> getModeInfo()
protected @NonNull ToStringer toStringer()
ClientEventBaseToStringer for the command.toStringer in class ChannelMultipleMessageEventBaseCopyright © 2013–2021 Kitteh. All rights reserved.