| Package | Description |
|---|---|
| com.github.theholywaffle.teamspeak3.api.event | |
| com.github.theholywaffle.teamspeak3.api.wrapper | |
| com.github.theholywaffle.teamspeak3.commands.response |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseEvent |
class |
ChannelCreateEvent |
class |
ChannelDeletedEvent |
class |
ChannelDescriptionEditedEvent |
class |
ChannelEditedEvent |
class |
ChannelMovedEvent |
class |
ChannelPasswordChangedEvent |
class |
ClientJoinEvent |
class |
ClientLeaveEvent |
class |
ClientMovedEvent |
class |
PrivilegeKeyUsedEvent |
class |
ServerEditedEvent |
class |
TextMessageEvent |
| Constructor and Description |
|---|
BaseEvent(Wrapper wrapper) |
ChannelCreateEvent(Wrapper wrapper) |
ChannelDeletedEvent(Wrapper wrapper) |
ChannelDescriptionEditedEvent(Wrapper wrapper) |
ChannelEditedEvent(Wrapper wrapper) |
ChannelMovedEvent(Wrapper wrapper) |
ChannelPasswordChangedEvent(Wrapper wrapper) |
ClientJoinEvent(Wrapper wrapper) |
ClientLeaveEvent(Wrapper wrapper) |
ClientMovedEvent(Wrapper wrapper) |
PrivilegeKeyUsedEvent(Wrapper wrapper) |
ServerEditedEvent(Wrapper wrapper) |
TextMessageEvent(Wrapper wrapper) |
| Modifier and Type | Class and Description |
|---|---|
class |
Ban |
class |
Binding |
class |
Channel |
class |
ChannelBase |
class |
ChannelGroup |
class |
ChannelGroupClient |
class |
ChannelInfo |
class |
Client |
class |
ClientInfo |
class |
Complaint |
class |
ConnectionInfo |
class |
CreatedQueryLogin |
class |
CreatedVirtualServer |
class |
CustomPropertyAssignment
Wrapper class for the result to a
customsearch command. |
class |
DatabaseClient |
class |
DatabaseClientInfo |
class |
FileInfo |
class |
FileListEntry |
class |
FileTransfer |
class |
FileTransferParameters
Represents an internally started file transfer and encapsulates the command response.
|
class |
HostInfo |
class |
IconFile |
class |
InstanceInfo |
class |
Message |
class |
Permission
Describes a permission that has been assigned to a client,
a channel group or a server group.
|
class |
PermissionAssignment
Describes a single permission that is assigned to a varying target.
|
class |
PermissionInfo
Describes a single permission on the TS3 server.
|
class |
PrivilegeKey |
class |
QueryError |
class |
QueryLogin |
class |
ServerGroup |
class |
ServerGroupClient |
class |
ServerQueryInfo
A class containing information about a server query, returned by the
API methods
TS3Api.whoAmI() and TS3ApiAsync.whoAmI(). |
class |
Version |
class |
VirtualServer |
class |
VirtualServerInfo |
| Modifier and Type | Field and Description |
|---|---|
static Wrapper |
Wrapper.EMPTY
An empty wrapper whose getters will always return the default values
(
-1, false, or ""). |
| Modifier and Type | Method and Description |
|---|---|
Wrapper |
DefaultArrayResponse.getFirstResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<Wrapper> |
DefaultArrayResponse.getResponses() |
Released under the MIT license.