| Package | Description |
|---|---|
| com.github.theholywaffle.teamspeak3 | |
| com.github.theholywaffle.teamspeak3.api |
| Modifier and Type | Method and Description |
|---|---|
void |
TS3Api.addClientPermission(int clientDBId,
IPermissionType permName,
int value,
boolean skipped)
Adds a specified permission to a client.
|
CommandFuture<Void> |
TS3ApiAsync.addClientPermission(int clientDBId,
IPermissionType permName,
int value,
boolean skipped)
Adds a specified permission to a client.
|
void |
TS3Api.deleteClientPermission(int clientDBId,
IPermissionType permName)
Removes a permission from a client.
|
CommandFuture<Void> |
TS3ApiAsync.deleteClientPermission(int clientDBId,
IPermissionType permName)
Removes a permission from a client.
|
| Modifier and Type | Method and Description |
|---|---|
static IPermissionType |
IPermissionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPermissionType[] |
IPermissionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Released under the MIT license.