Package | Description |
---|---|
org.kitteh.irc.client.library.element.mode |
Classes describing modes.
|
Modifier and Type | Method and Description |
---|---|
List<ModeStatus<ModeType>> |
ModeStatusList.getStatusByMode(ModeType mode)
Gets all mode statuses of a given mode.
|
List<ModeStatus<ModeType>> |
ModeStatusList.getStatuses()
Gets the list of statuses.
|
Modifier and Type | Method and Description |
---|---|
static <ModeType extends Mode> |
ModeStatusList.of(ModeStatus<ModeType>... statuses)
Creates a list of the given statuses.
|
Modifier and Type | Method and Description |
---|---|
static <ModeType extends Mode> |
ModeStatusList.of(Collection<ModeStatus<ModeType>> statuses)
Creates a list of the given statuses.
|
Copyright © 2013–2019 Kitteh. All rights reserved.