Package | Description |
---|---|
com.github.theholywaffle.teamspeak3 |
Modifier and Type | Method and Description |
---|---|
CommandFuture<List<PrivilegeKey>> |
TS3ApiAsync.getPrivilegeKeys()
Gets a list of all available tokens to join channel or server groups,
including their type and group IDs.
|
List<PrivilegeKey> |
TS3Api.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 |
---|---|
CommandFuture<Boolean> |
TS3ApiAsync.usePrivilegeKey(PrivilegeKey privilegeKey)
Uses an existing privilege key to join a server or channel group.
|
boolean |
TS3Api.usePrivilegeKey(PrivilegeKey privilegeKey)
Uses an existing privilege key to join a server or channel group.
|
Copyright © 2015. All rights reserved.