Package | Description |
---|---|
org.kitteh.irc.client.library |
Kitteh IRC Client Library!
|
org.kitteh.irc.client.library.defaults |
Default implementations to power the API.
|
org.kitteh.irc.client.library.defaults.element |
Default element implementations.
|
org.kitteh.irc.client.library.defaults.feature |
Defaults!
|
org.kitteh.irc.client.library.element |
Classes describing various elements of IRC communication.
|
org.kitteh.irc.client.library.element.mode |
Classes describing modes.
|
org.kitteh.irc.client.library.event.channel |
Events involving a
Channel . |
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 |
---|---|
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 | Method and Description |
---|---|
ModeStatusList<ChannelMode> |
DefaultChannel.getModes() |
Constructor and Description |
---|
DefaultChannel(Client.WithManagement client,
String name,
Channel.Topic topic,
ModeStatusList<ChannelMode> channelModes,
Map<Character,List<ModeInfo>> modeInfoLists,
Map<String,SortedSet<ChannelUserMode>> modes,
List<String> names,
Map<String,User> nickMap,
List<User> users,
boolean complete,
DefaultChannel.DefaultChannelCommands commands)
Constructs the channel snapshot.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultActorTracker.updateChannelModes(String channel,
ModeStatusList<ChannelMode> statusList) |
Modifier and Type | Method and Description |
---|---|
ModeStatusList<ChannelMode> |
Channel.getModes()
Gets the channel's current known modes.
|
Modifier and Type | Method and Description |
---|---|
static ModeStatusList<ChannelMode> |
ModeStatusList.fromChannel(Client client,
String string)
Creates a list from a given string input such as "+o Kittens".
|
static ModeStatusList<UserMode> |
ModeStatusList.fromUser(Client client,
String string)
Creates a list from a given string input such as "+iZ".
|
static <ModeType extends Mode> |
ModeStatusList.of(Collection<ModeStatus<ModeType>> statuses)
Creates a list of the given statuses.
|
static <ModeType extends Mode> |
ModeStatusList.of(ModeStatus<ModeType>... statuses)
Creates a list of the given statuses.
|
Modifier and Type | Method and Description |
---|---|
ModeStatusList<ChannelMode> |
ChannelModeEvent.getStatusList()
Gets the list of statuses.
|
Constructor and Description |
---|
ChannelModeEvent(Client client,
List<ServerMessage> originalMessages,
Actor actor,
Channel channel,
ModeStatusList<ChannelMode> statusList)
Creates the event.
|
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 |
---|---|
void |
ActorTracker.updateChannelModes(String channel,
ModeStatusList<ChannelMode> statusList)
Updates status modes.
|
Copyright © 2013–2019 Kitteh. All rights reserved.