Package | Description |
---|---|
org.kitteh.irc.client.library.defaults.element.isupport |
Default ISUPPORT parameter implementations.
|
org.kitteh.irc.client.library.element |
Classes describing various elements of IRC communication.
|
org.kitteh.irc.client.library.feature |
Things to make life lovely!
|
Modifier and Type | Method and Description |
---|---|
CaseMapping |
DefaultISupportCaseMapping.getCaseMapping() |
Modifier and Type | Method and Description |
---|---|
CaseMapping |
ISupportParameter.CaseMapping.getCaseMapping()
Gets the casemapping specified.
|
Modifier and Type | Method and Description |
---|---|
default @NonNull CaseMapping |
ServerInfo.getCaseMapping()
Gets the casemapping for the server.
|
static CaseMapping |
CaseMapping.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CaseMapping[] |
CaseMapping.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013–2021 Kitteh. All rights reserved.