| Package | Description |
|---|---|
| com.github.theholywaffle.teamspeak3 | |
| com.github.theholywaffle.teamspeak3.api.event | |
| com.github.theholywaffle.teamspeak3.commands |
| Modifier and Type | Method and Description |
|---|---|
void |
TS3Api.registerEvent(TS3EventType eventType)
Registers the server query to receive notifications about a given event type.
|
CommandFuture<Void> |
TS3ApiAsync.registerEvent(TS3EventType eventType)
Registers the server query to receive notifications about a given event type.
|
void |
TS3Api.registerEvent(TS3EventType eventType,
int channelId)
Registers the server query to receive notifications about a given event type.
|
CommandFuture<Void> |
TS3ApiAsync.registerEvent(TS3EventType eventType,
int channelId)
Registers the server query to receive notifications about a given event type.
|
void |
TS3Api.registerEvents(TS3EventType... eventTypes)
Registers the server query to receive notifications about multiple given event types.
|
CommandFuture<Void> |
TS3ApiAsync.registerEvents(TS3EventType... eventTypes)
Registers the server query to receive notifications about multiple given event types.
|
| Modifier and Type | Method and Description |
|---|---|
static TS3EventType |
TS3EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TS3EventType[] |
TS3EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Command |
QueryCommands.serverNotifyRegister(TS3EventType eventType,
int channelId) |
Released under the MIT license.