Package | Description |
---|---|
com.github.theholywaffle.teamspeak3 | |
com.github.theholywaffle.teamspeak3.api | |
com.github.theholywaffle.teamspeak3.api.event |
Modifier and Type | Method and Description |
---|---|
CommandFuture<Boolean> |
TS3ApiAsync.sendTextMessage(TextMessageTargetMode targetMode,
int targetId,
String message)
Sends a text message either to the whole virtual server, a channel or specific client.
|
boolean |
TS3Api.sendTextMessage(TextMessageTargetMode targetMode,
int targetId,
String message)
Sends a text message either to the whole virtual server, a channel or specific client.
|
Modifier and Type | Method and Description |
---|---|
static TextMessageTargetMode |
TextMessageTargetMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextMessageTargetMode[] |
TextMessageTargetMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TextMessageTargetMode |
TextMessageEvent.getTargetMode() |
Copyright © 2015. All rights reserved.