| Package | Description |
|---|---|
| com.github.theholywaffle.teamspeak3 | |
| com.github.theholywaffle.teamspeak3.api | |
| com.github.theholywaffle.teamspeak3.commands |
| Modifier and Type | Method and Description |
|---|---|
void |
TS3Api.editClient(int clientId,
ClientProperty property,
String value)
Changes a single property of the given client.
|
CommandFuture<Void> |
TS3ApiAsync.editClient(int clientId,
ClientProperty property,
String value)
Changes a single property of the given client.
|
void |
TS3Api.updateClient(ClientProperty property,
String value)
Changes a single client property for this server query instance.
|
CommandFuture<Void> |
TS3ApiAsync.updateClient(ClientProperty property,
String value)
Changes a single client property for this server query instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TS3Api.editClient(int clientId,
Map<ClientProperty,String> options)
Changes a client's configuration using given properties.
|
CommandFuture<Void> |
TS3ApiAsync.editClient(int clientId,
Map<ClientProperty,String> options)
Changes a client's configuration using given properties.
|
void |
TS3Api.editDatabaseClient(int clientDBId,
Map<ClientProperty,String> options)
Changes a client's database settings using given properties.
|
CommandFuture<Void> |
TS3ApiAsync.editDatabaseClient(int clientDBId,
Map<ClientProperty,String> options)
Changes a client's database settings using given properties.
|
void |
TS3Api.updateClient(Map<ClientProperty,String> options)
Updates several client properties for this server query instance.
|
CommandFuture<Void> |
TS3ApiAsync.updateClient(Map<ClientProperty,String> options)
Updates several client properties for this server query instance.
|
| Modifier and Type | Method and Description |
|---|---|
static ClientProperty |
ClientProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientProperty[] |
ClientProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Command |
DatabaseClientCommands.clientDBEdit(int clientDBId,
Map<ClientProperty,String> options) |
static Command |
ClientCommands.clientEdit(int clientId,
Map<ClientProperty,String> options) |
static Command |
ClientCommands.clientUpdate(Map<ClientProperty,String> options) |
Released under the MIT license.