Package | Description |
---|---|
com.github.theholywaffle.teamspeak3 |
Modifier and Type | Method and Description |
---|---|
DatabaseClientInfo |
TS3Api.getDatabaseClientByUId(String clientUId)
Gets information about the client with the specified unique identifier in the server database.
|
DatabaseClientInfo |
TS3Api.getDatabaseClientInfo(int clientDBId)
Gets information about the client with the specified database ID in the server database.
|
Modifier and Type | Method and Description |
---|---|
CommandFuture<DatabaseClientInfo> |
TS3ApiAsync.getDatabaseClientByUId(String clientUId)
Gets information about the client with the specified unique identifier in the server database.
|
CommandFuture<DatabaseClientInfo> |
TS3ApiAsync.getDatabaseClientInfo(int clientDBId)
Gets information about the client with the specified database ID in the server database.
|
CommandFuture<List<DatabaseClientInfo>> |
TS3ApiAsync.getDatabaseClientsByName(String name)
Gets all clients in the database whose last nickname matches the specified name exactly.
|
List<DatabaseClientInfo> |
TS3Api.getDatabaseClientsByName(String name)
Gets all clients in the database whose last nickname matches the specified name exactly.
|
Copyright © 2015. All rights reserved.