Package | Description |
---|---|
com.github.theholywaffle.teamspeak3 | |
com.github.theholywaffle.teamspeak3.api.wrapper |
Modifier and Type | Method and Description |
---|---|
CommandFuture<List<VirtualServer>> |
TS3ApiAsync.getVirtualServers()
Gets a list of all virtual servers including their ID, status, number of clients online, etc.
|
List<VirtualServer> |
TS3Api.getVirtualServers()
Gets a list of all virtual servers including their ID, status, number of clients online, etc.
|
Modifier and Type | Method and Description |
---|---|
CommandFuture<Boolean> |
TS3ApiAsync.selectVirtualServer(VirtualServer server)
Moves the server query into the specified virtual server.
|
boolean |
TS3Api.selectVirtualServer(VirtualServer server)
Moves the server query into the specified virtual server.
|
CommandFuture<Boolean> |
TS3ApiAsync.startServer(VirtualServer virtualServer)
Starts the specified virtual server.
|
boolean |
TS3Api.startServer(VirtualServer virtualServer)
Starts the specified virtual server.
|
CommandFuture<Boolean> |
TS3ApiAsync.stopServer(VirtualServer virtualServer)
Stops the specified virtual server.
|
boolean |
TS3Api.stopServer(VirtualServer virtualServer)
Stops the specified virtual server.
|
Modifier and Type | Class and Description |
---|---|
class |
VirtualServerInfo |
Copyright © 2015. All rights reserved.