Package | Description |
---|---|
org.kitteh.irc.client.library |
Kitteh IRC Client Library!
|
org.kitteh.irc.client.library.command |
Helper classes for executing a subset of commands.
|
org.kitteh.irc.client.library.defaults |
Default implementations to power the API.
|
org.kitteh.irc.client.library.defaults.element.mode |
Default mode element implementations.
|
org.kitteh.irc.client.library.defaults.feature |
Defaults!
|
org.kitteh.irc.client.library.element.mode |
Classes describing modes.
|
org.kitteh.irc.client.library.event.user | |
org.kitteh.irc.client.library.feature |
Things to make life lovely!
|
Modifier and Type | Method and Description |
---|---|
Optional<ModeStatusList<UserMode>> |
Client.getUserModes()
Gets the user's modes.
|
Modifier and Type | Method and Description |
---|---|
void |
Client.WithManagement.setUserModes(ModeStatusList<UserMode> userModes)
Sets the client's user modes.
|
void |
Client.WithManagement.updateUserModes(ModeStatusList<UserMode> userModes)
Updates the client's user modes.
|
Modifier and Type | Method and Description |
---|---|
UserModeCommand |
UserModeCommand.add(boolean add,
UserMode mode)
Adds a mode change without a parameter.
|
UserModeCommand |
UserModeCommand.add(boolean add,
UserMode mode,
String parameter)
Adds a mode change.
|
Modifier and Type | Method and Description |
---|---|
Optional<ModeStatusList<UserMode>> |
DefaultClient.getUserModes() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultClient.setUserModes(ModeStatusList<UserMode> userModes) |
void |
DefaultClient.updateUserModes(ModeStatusList<UserMode> userModes) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultUserMode
Default implementation of
UserMode . |
Modifier and Type | Method and Description |
---|---|
List<UserMode> |
DefaultServerInfo.getUserModes() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultServerInfo.setUserModes(List<UserMode> userModes) |
Modifier and Type | Method and Description |
---|---|
static ModeStatusList<UserMode> |
ModeStatusList.fromUser(Client client,
String string)
Creates a list from a given string input such as "+iZ".
|
Modifier and Type | Method and Description |
---|---|
ModeStatusList<UserMode> |
UserModeEvent.getStatusList()
Gets the list of statuses.
|
Constructor and Description |
---|
UserModeEvent(Client client,
List<ServerMessage> originalMessages,
Actor actor,
String target,
ModeStatusList<UserMode> statusList)
Creates the event.
|
Modifier and Type | Method and Description |
---|---|
List<UserMode> |
ServerInfo.getUserModes()
Gets the user modes available.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerInfo.WithManagement.setUserModes(List<UserMode> userModes)
Sets the user modes.
|
Copyright © 2013–2019 Kitteh. All rights reserved.