public class DefaultChannelMode extends DefaultModeBase implements ChannelMode
ChannelMode.ChannelMode.Type| Constructor and Description |
|---|
DefaultChannelMode(Client client,
char mode,
ChannelMode.Type type)
Constructs this object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ChannelMode.Type |
getType()
Gets the type this mode is.
|
int |
hashCode() |
ToStringer |
toStringer()
Helper method for toString.
|
getChar, getClient, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetClientpublic DefaultChannelMode(@Nonnull Client client, char mode, @Nonnull ChannelMode.Type type)
client - client for which this existsmode - modetype - mode type@Nonnull public ChannelMode.Type getType()
ChannelModegetType in interface ChannelMode@Nonnull public ToStringer toStringer()
DefaultModeBasetoStringer in class DefaultModeBaseCopyright © 2013–2019 Kitteh. All rights reserved.