Package | Description |
---|---|
com.github.theholywaffle.teamspeak3 |
Modifier and Type | Method and Description |
---|---|
Channel |
TS3Api.getChannelByNameExact(String name,
boolean ignoreCase)
Finds and returns the channel matching the given name exactly.
|
Modifier and Type | Method and Description |
---|---|
CommandFuture<Channel> |
TS3ApiAsync.getChannelByNameExact(String name,
boolean ignoreCase)
Finds and returns the channel matching the given name exactly.
|
CommandFuture<List<Channel>> |
TS3ApiAsync.getChannels()
Gets a list of all channels on the selected virtual server.
|
List<Channel> |
TS3Api.getChannels()
Gets a list of all channels on the selected virtual server.
|
CommandFuture<List<Channel>> |
TS3ApiAsync.getChannelsByName(String name)
Gets a list of channels whose names contain the given search string.
|
List<Channel> |
TS3Api.getChannelsByName(String name)
Gets a list of channels whose names contain the given search string.
|
Copyright © 2015. All rights reserved.