public final class QueryCommands extends Object
| Modifier and Type | Method and Description |
|---|---|
static Command |
logIn(String username,
String password) |
static Command |
logOut() |
static Command |
quit() |
static Command |
serverNotifyRegister(TS3EventType eventType,
int channelId) |
static Command |
serverNotifyUnregister() |
static Command |
useId(int id,
String nickname) |
static Command |
usePort(int port,
String nickname) |
static Command |
whoAmI() |
public static Command serverNotifyRegister(TS3EventType eventType, int channelId)
public static Command serverNotifyUnregister()
Released under the MIT license.