| Package | Description |
|---|---|
| org.kitteh.irc.client.library.defaults.element.mode |
Default mode element implementations.
|
| org.kitteh.irc.client.library.element.mode |
Classes describing modes.
|
| Modifier and Type | Method and Description |
|---|---|
@NonNull ChannelMode.Type |
DefaultChannelMode.getType() |
| Constructor and Description |
|---|
DefaultChannelMode(@NonNull Client client,
char mode,
@NonNull ChannelMode.Type type)
Constructs this object.
|
| Modifier and Type | Method and Description |
|---|---|
@NonNull ChannelMode.Type |
ChannelMode.getType()
Gets the type this mode is.
|
default @NonNull ChannelMode.Type |
ChannelUserMode.getType() |
static ChannelMode.Type |
ChannelMode.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelMode.Type[] |
ChannelMode.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013–2021 Kitteh. All rights reserved.