| Package | Description |
|---|---|
| com.github.theholywaffle.teamspeak3 |
| Modifier and Type | Method and Description |
|---|---|
CommandFuture<List<ChannelGroup>> |
TS3ApiAsync.getChannelGroups()
Gets a list of all channel groups on the selected virtual server.
|
List<ChannelGroup> |
TS3Api.getChannelGroups()
Gets a list of all channel groups on the selected virtual server.
|
| Modifier and Type | Method and Description |
|---|---|
CommandFuture<Boolean> |
TS3ApiAsync.renameChannelGroup(ChannelGroup channelGroup,
String name)
Renames the specified channel group.
|
boolean |
TS3Api.renameChannelGroup(ChannelGroup channelGroup,
String name)
Renames the specified channel group.
|
Copyright © 2016. All rights reserved.