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()
ClientLinked
getClient
in interface ClientLinked
public char getChar()
Mode
@Nonnull protected ToStringer toStringer()
Copyright © 2013–2019 Kitteh. All rights reserved.