Package | Description |
---|---|
me.ryandw11.ultrachat | |
me.ryandw11.ultrachat.api |
Modifier and Type | Field and Description |
---|---|
ChatMode |
UltraChat.md |
Modifier and Type | Method and Description |
---|---|
ChatMode |
UltraChatAPI.getMode()
Get the current chat mode.
|
static ChatMode |
ChatMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChatMode[] |
ChatMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
UltraChatAPI.setMode(ChatMode cm)
Set the chat mode.
|