| Package | Description |
|---|---|
| com.github.theholywaffle.teamspeak3 |
| Modifier and Type | Method and Description |
|---|---|
List<PrivilegeKey> |
TS3Api.getPrivilegeKeys()
Gets a list of all available tokens to join channel or server groups,
including their type and group IDs.
|
CommandFuture<List<PrivilegeKey>> |
TS3ApiAsync.getPrivilegeKeys()
Gets a list of all available tokens to join channel or server groups,
including their type and group IDs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TS3Api.usePrivilegeKey(PrivilegeKey privilegeKey)
Uses an existing privilege key to join a server or channel group.
|
CommandFuture<Void> |
TS3ApiAsync.usePrivilegeKey(PrivilegeKey privilegeKey)
Uses an existing privilege key to join a server or channel group.
|
Released under the MIT license.