| Package | Description |
|---|---|
| com.github.theholywaffle.teamspeak3 | |
| com.github.theholywaffle.teamspeak3.api.wrapper |
| Modifier and Type | Method and Description |
|---|---|
List<FileListEntry> |
TS3Api.getFileList(String directoryPath,
int channelId)
Gets a list of files and directories in the specified parent directory and channel.
|
CommandFuture<List<FileListEntry>> |
TS3ApiAsync.getFileList(String directoryPath,
int channelId)
Gets a list of files and directories in the specified parent directory and channel.
|
List<FileListEntry> |
TS3Api.getFileList(String directoryPath,
int channelId,
String channelPassword)
Gets a list of files and directories in the specified parent directory and channel.
|
CommandFuture<List<FileListEntry>> |
TS3ApiAsync.getFileList(String directoryPath,
int channelId,
String channelPassword)
Gets a list of files and directories in the specified parent directory and channel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IconFile |
Released under the MIT license.