| Package | Description |
|---|---|
| com.github.theholywaffle.teamspeak3 | |
| com.github.theholywaffle.teamspeak3.api | |
| com.github.theholywaffle.teamspeak3.commands |
| Modifier and Type | Method and Description |
|---|---|
void |
TS3Api.addPermissionToAllServerGroups(ServerGroupType type,
String permName,
int value,
boolean negated,
boolean skipped)
Adds a specified permission to all server groups of the type specified by
type on all virtual servers. |
CommandFuture<Void> |
TS3ApiAsync.addPermissionToAllServerGroups(ServerGroupType type,
String permName,
int value,
boolean negated,
boolean skipped)
Adds a specified permission to all server groups of the type specified by
type on all virtual servers. |
void |
TS3Api.deletePermissionFromAllServerGroups(ServerGroupType type,
String permName)
Removes a specified permission from all server groups of the type specified by
type on all virtual servers. |
CommandFuture<Void> |
TS3ApiAsync.deletePermissionFromAllServerGroups(ServerGroupType type,
String permName)
Removes a specified permission from all server groups of the type specified by
type on all virtual servers. |
| Modifier and Type | Method and Description |
|---|---|
static ServerGroupType |
ServerGroupType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerGroupType[] |
ServerGroupType.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 |
PermissionCommands.serverGroupAutoAddPerm(ServerGroupType type,
String permName,
int permValue,
boolean negate,
boolean skip) |
static Command |
PermissionCommands.serverGroupAutoDelPerm(ServerGroupType type,
String permName) |
Released under the MIT license.