| Package | Description |
|---|---|
| com.github.theholywaffle.teamspeak3 | |
| com.github.theholywaffle.teamspeak3.api.wrapper |
| Modifier and Type | Method and Description |
|---|---|
List<VirtualServer> |
TS3Api.getVirtualServers()
Gets a list of all virtual servers including their ID, status, number of clients online, etc.
|
CommandFuture<List<VirtualServer>> |
TS3ApiAsync.getVirtualServers()
Gets a list of all virtual servers including their ID, status, number of clients online, etc.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TS3Api.selectVirtualServer(VirtualServer server)
Moves the server query into the specified virtual server.
|
CommandFuture<Void> |
TS3ApiAsync.selectVirtualServer(VirtualServer server)
Moves the server query into the specified virtual server.
|
void |
TS3Api.selectVirtualServer(VirtualServer server,
String nickname)
Moves the server query into the specified virtual server
and sets the server query's nickname.
|
CommandFuture<Void> |
TS3ApiAsync.selectVirtualServer(VirtualServer server,
String nickname)
Moves the server query into the specified virtual server
and sets the server query's nickname.
|
void |
TS3Api.startServer(VirtualServer virtualServer)
Starts the specified virtual server.
|
CommandFuture<Void> |
TS3ApiAsync.startServer(VirtualServer virtualServer)
Starts the specified virtual server.
|
void |
TS3Api.stopServer(VirtualServer virtualServer)
Stops the specified virtual server.
|
CommandFuture<Void> |
TS3ApiAsync.stopServer(VirtualServer virtualServer)
Stops the specified virtual server.
|
void |
TS3Api.stopServer(VirtualServer virtualServer,
String reason)
Stops the specified virtual server.
|
CommandFuture<Void> |
TS3ApiAsync.stopServer(VirtualServer virtualServer,
String reason)
Stops the specified virtual server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VirtualServerInfo |
Released under the MIT license.