| Package | Description |
|---|---|
| com.github.theholywaffle.teamspeak3 |
| Modifier and Type | Method and Description |
|---|---|
List<ChannelGroup> |
TS3Api.getChannelGroups()
Gets a list of all channel groups on the selected virtual server.
|
CommandFuture<List<ChannelGroup>> |
TS3ApiAsync.getChannelGroups()
Gets a list of all channel groups on the selected virtual server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TS3Api.renameChannelGroup(ChannelGroup channelGroup,
String name)
Renames the specified channel group.
|
CommandFuture<Void> |
TS3ApiAsync.renameChannelGroup(ChannelGroup channelGroup,
String name)
Renames the specified channel group.
|
Released under the MIT license.