| Package | Description |
|---|---|
| com.github.theholywaffle.teamspeak3 | |
| com.github.theholywaffle.teamspeak3.api | |
| com.github.theholywaffle.teamspeak3.commands |
| Modifier and Type | Method and Description |
|---|---|
void |
TS3Api.editInstance(ServerInstanceProperty property,
String value)
Changes the server instance configuration using given properties.
|
CommandFuture<Void> |
TS3ApiAsync.editInstance(ServerInstanceProperty property,
String value)
Changes the server instance configuration using given properties.
|
| Modifier and Type | Method and Description |
|---|---|
static ServerInstanceProperty |
ServerInstanceProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerInstanceProperty[] |
ServerInstanceProperty.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 |
ServerCommands.instanceEdit(Map<ServerInstanceProperty,String> options) |
Released under the MIT license.