public abstract class DefaultModeBase extends Object implements Mode
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultModeBase(Client client,
char mode)
Constructs and such.
|
| Modifier and Type | Method and Description |
|---|---|
char |
getChar()
Gets the mode character.
|
Client |
getClient()
Gets the Client to which this belongs.
|
String |
toString() |
protected ToStringer |
toStringer()
Helper method for toString.
|
@Nonnull public Client getClient()
ClientLinkedgetClient in interface ClientLinkedpublic char getChar()
Mode@Nonnull protected ToStringer toStringer()
Copyright © 2013–2019 Kitteh. All rights reserved.