public interface ModeStatus<ModeType extends Mode> extends ClientLinked
Modifier and Type | Interface and Description |
---|---|
static class |
ModeStatus.Action
Describes the mode status.
|
Modifier and Type | Method and Description |
---|---|
@NonNull ModeStatus.Action |
getAction()
Gets if the mode is being set or removed.
|
ModeType |
getMode()
Gets the
Mode describing this mode status. |
@NonNull Optional<String> |
getParameter()
Gets the parameter for the mode status, if applicable.
|
getClient
@NonNull ModeStatus.Action getAction()
Copyright © 2013–2021 Kitteh. All rights reserved.