- DatabaseClient - Class in com.github.theholywaffle.teamspeak3.api.wrapper
-
- DatabaseClient(Map<String, String>) - Constructor for class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClient
-
- DatabaseClientInfo - Class in com.github.theholywaffle.teamspeak3.api.wrapper
-
- DatabaseClientInfo(Map<String, String>) - Constructor for class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClientInfo
-
- decode(String) - Static method in class com.github.theholywaffle.teamspeak3.commands.CommandEncoding
-
- DefaultArrayResponse - Class in com.github.theholywaffle.teamspeak3.commands.response
-
- DefaultArrayResponse() - Constructor for class com.github.theholywaffle.teamspeak3.commands.response.DefaultArrayResponse
-
- DefaultArrayResponse(String) - Constructor for class com.github.theholywaffle.teamspeak3.commands.response.DefaultArrayResponse
-
- DefaultListener - Class in com.github.theholywaffle.teamspeak3.api.event
-
- DefaultListener() - Constructor for class com.github.theholywaffle.teamspeak3.api.event.DefaultListener
-
- deleteAllBans() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Deletes all active ban rules from the server.
- deleteAllBans() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Deletes all active ban rules from the server.
- deleteAllComplaints(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Deletes all complaints about the client with specified database ID from the server.
- deleteAllComplaints(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Deletes all complaints about the client with specified database ID from the server.
- deleteBan(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Deletes the ban rule with the specified ID from the server.
- deleteBan(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Deletes the ban rule with the specified ID from the server.
- deleteChannel(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Deletes an existing channel specified by its ID, kicking all clients out of the channel.
- deleteChannel(int, boolean) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Deletes an existing channel with a given ID.
- deleteChannel(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Deletes an existing channel specified by its ID, kicking all clients out of the channel.
- deleteChannel(int, boolean) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Deletes an existing channel with a given ID.
- deleteChannelClientPermission(int, int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Removes a specified permission from a client in a specific channel.
- deleteChannelClientPermission(int, int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Removes a specified permission from a client in a specific channel.
- deleteChannelGroup(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Removes the channel group with the given ID.
- deleteChannelGroup(int, boolean) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Removes the channel group with the given ID.
- deleteChannelGroup(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Removes the channel group with the given ID.
- deleteChannelGroup(int, boolean) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Removes the channel group with the given ID.
- deleteChannelGroupPermission(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Removes a permission from the channel group with the given ID.
- deleteChannelGroupPermission(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Removes a permission from the channel group with the given ID.
- deleteChannelPermission(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Removes a permission from the channel with the given ID.
- deleteChannelPermission(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Removes a permission from the channel with the given ID.
- deleteClientPermission(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Removes a permission from a client.
- deleteClientPermission(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Removes a permission from a client.
- deleteComplaint(int, int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Deletes the complaint about the client with database ID targetClientDBId
submitted by
the client with database ID fromClientDBId
from the server.
- deleteComplaint(int, int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Deletes the complaint about the client with database ID targetClientDBId
submitted by
the client with database ID fromClientDBId
from the server.
- deleteDatabaseClientProperties(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Removes all stored database information about the specified client.
- deleteDatabaseClientProperties(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Removes all stored database information about the specified client.
- deleteOfflineMessage(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Deletes the offline message with the specified ID.
- deleteOfflineMessage(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Deletes the offline message with the specified ID.
- deletePermissionFromAllServerGroups(ServerGroupType, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Removes a specified permission from all server groups of the type specified by type
on all virtual servers.
- deletePermissionFromAllServerGroups(ServerGroupType, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Removes a specified permission from all server groups of the type specified by type
on all virtual servers.
- deletePrivilegeKey(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Deletes the privilege key with the given token.
- deletePrivilegeKey(String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Deletes the privilege key with the given token.
- deleteServer(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Deletes the virtual server with the specified ID.
- deleteServer(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Deletes the virtual server with the specified ID.
- deleteServerGroup(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Deletes the server group with the specified ID, even if the server group still contains clients.
- deleteServerGroup(int, boolean) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Deletes a server group with the specified ID.
- deleteServerGroup(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Deletes the server group with the specified ID, even if the server group still contains clients.
- deleteServerGroup(int, boolean) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Deletes a server group with the specified ID.
- deleteServerGroupPermission(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Removes a permission from the server group with the given ID.
- deleteServerGroupPermission(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Removes a permission from the server group with the given ID.
- deployServerSnapshot(Snapshot) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Restores the selected virtual servers configuration using the data from a
previously created server snapshot.
- deployServerSnapshot(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Restores the configuration of the selected virtual server using the data from a
previously created server snapshot.
- deployServerSnapshot(Snapshot) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Restores the selected virtual servers configuration using the data from a
previously created server snapshot.
- deployServerSnapshot(String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Restores the configuration of the selected virtual server using the data from a
previously created server snapshot.
- doCommand(Command) - Method in class com.github.theholywaffle.teamspeak3.TS3Query
-
- doCommandAsync(Command) - Method in class com.github.theholywaffle.teamspeak3.TS3Query
-
- doCommandAsync(Command, Callback) - Method in class com.github.theholywaffle.teamspeak3.TS3Query
-
- get() - Method in class com.github.theholywaffle.teamspeak3.api.CommandFuture
-
Waits indefinitely until the command completes
and returns the result of the command.
- get(long, TimeUnit) - Method in class com.github.theholywaffle.teamspeak3.api.CommandFuture
-
Waits for at most the given time until the command completes
and returns the result of the command.
- get() - Method in class com.github.theholywaffle.teamspeak3.api.Snapshot
-
- get(String) - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Wrapper
-
Gets a property as a String from the underlying map.
- get(Property) - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Wrapper
-
Gets a property as a String
from the underlying map.
- getAmountOfServerGroups() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getAntifloodPointsNeededCommandBlock() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getAntifloodPointsNeedIpBlock() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getAntifloodPointsTickReduce() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getApi() - Method in class com.github.theholywaffle.teamspeak3.TS3Query
-
- getArray() - Method in class com.github.theholywaffle.teamspeak3.commands.response.DefaultArrayResponse
-
- getAsyncApi() - Method in class com.github.theholywaffle.teamspeak3.TS3Query
-
- getAvatar() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getAvatar() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClientInfo
-
- getAwayMessage() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getBandwidthReceivedLastMinute() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getBandwidthReceivedLastMinute() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ConnectionInfo
-
- getBandwidthReceivedLastMinute() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getBandwidthReceivedLastMinute() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getBandwidthReceivedLastSecond() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getBandwidthReceivedLastSecond() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ConnectionInfo
-
- getBandwidthReceivedLastSecond() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getBandwidthReceivedLastSecond() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getBandwidthSentlastMinute() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getBandwidthSentLastMinute() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ConnectionInfo
-
- getBandwidthSentLastMinute() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getBandwidthSentLastMinute() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getBandwidthSentLastSecond() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getBandwidthSentLastSecond() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ConnectionInfo
-
- getBandwidthSentLastSecond() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getBandwidthSentLastSecond() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getBannedIp() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Ban
-
- getBannedName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Ban
-
- getBannedUId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Ban
-
- getBans() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all bans on the selected virtual server.
- getBans() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all bans on the selected virtual server.
- getBase64ClientUId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getBase64HashClientUID() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClientInfo
-
- getBindings() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of IP addresses used by the server instance.
- getBindings() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of IP addresses used by the server instance.
- getBoolean(String) - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Wrapper
-
Gets a property as a boolean from the underlying map.
- getBoolean(Property) - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Wrapper
-
Gets a property as a boolean from the underlying map.
- getBuild() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Version
-
- getBytesReceivedTotal() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getBytesSentTotal() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getChannelAdminGroup() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.InstanceInfo
-
- getChannelByNameExact(String, boolean) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Finds and returns the channel matching the given name exactly.
- getChannelByNameExact(String, boolean) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Finds and returns the channel matching the given name exactly.
- getChannelClientPermissions(int, int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Displays a list of permissions defined for a client in a specific channel.
- getChannelClientPermissions(int, int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Displays a list of permissions defined for a client in a specific channel.
- getChannelGroupClients(int, int, int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets all client / channel ID combinations currently assigned to channel groups.
- getChannelGroupClients(int, int, int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets all client / channel ID combinations currently assigned to channel groups.
- getChannelGroupClientsByChannelGroupId(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets all client / channel ID combinations currently assigned to the specified channel group.
- getChannelGroupClientsByChannelGroupId(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets all client / channel ID combinations currently assigned to the specified channel group.
- getChannelGroupClientsByChannelId(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets all channel group assignments in the specified channel.
- getChannelGroupClientsByChannelId(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets all channel group assignments in the specified channel.
- getChannelGroupClientsByClientDBId(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets all channel group assignments for the specified client.
- getChannelGroupClientsByClientDBId(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets all channel group assignments for the specified client.
- getChannelGroupId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelGroupClient
-
- getChannelGroupId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getChannelGroupPermissions(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all permissions assigned to the specified channel group.
- getChannelGroupPermissions(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all permissions assigned to the specified channel group.
- getChannelGroups() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all channel groups on the selected virtual server.
- getChannelGroups() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all channel groups on the selected virtual server.
- getChannelId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ChannelCreateEvent
-
- getChannelId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ChannelDeletedEvent
-
- getChannelId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ChannelDescriptionEditedEvent
-
- getChannelId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ChannelEditedEvent
-
- getChannelId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ChannelMovedEvent
-
- getChannelId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ChannelPasswordChangedEvent
-
- getChannelId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelGroupClient
-
- getChannelId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getChannelId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.PrivilegeKey
-
- getChannelId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerQueryInfo
-
Gets the ID of the channel the server query is currently in.
- getChannelInfo(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets detailed configuration information about the channel specified channel.
- getChannelInfo(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets detailed configuration information about the channel specified channel.
- getChannelOrder() - Method in class com.github.theholywaffle.teamspeak3.api.event.ChannelMovedEvent
-
- getChannelParentId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ChannelMovedEvent
-
- getChannelPermissions(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all permissions assigned to the specified channel.
- getChannelPermissions(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all permissions assigned to the specified channel.
- getChannels() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all channels on the selected virtual server.
- getChannels() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all channels on the selected virtual server.
- getChannelsByName(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of channels whose names contain the given search string.
- getChannelsByName(String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of channels whose names contain the given search string.
- getChannelsOnline() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getClientAwayMessage() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientByNameExact(String, boolean) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Finds and returns the client whose nickname matches the given name exactly.
- getClientByNameExact(String, boolean) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Finds and returns the client whose nickname matches the given name exactly.
- getClientByUId(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets information about the client with the specified unique identifier.
- getClientByUId(String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets information about the client with the specified unique identifier.
- getClientChannelGroupId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientCountry() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientDatabaseId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientDatabaseId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelGroupClient
-
- getClientDatabaseId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerGroupClient
-
- getClientDescription() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientFlagAvatarId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientFromId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientFromId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientLeaveEvent
-
- getClientIconId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientLeaveEvent
-
- getClientId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientMovedEvent
-
- getClientInfo(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets information about the client with the specified client ID.
- getClientInfo(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets information about the client with the specified client ID.
- getClientInheritedChannelGroupId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientMetadata() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientNeededServerQueryViewPower() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientNickname() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientPermissions(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all permissions assigned to the specified client.
- getClientPermissions(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all permissions assigned to the specified client.
- getClientPhoneticNickname() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClients() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all clients on the selected virtual server.
- getClients() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all clients on the selected virtual server.
- getClientsByName(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of clients whose nicknames contain the given search string.
- getClientsByName(String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of clients whose nicknames contain the given search string.
- getClientServerGroups() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientsOnline() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServer
-
- getClientTalkPower() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientTalkRequestMessage() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientTargetId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientTargetId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientLeaveEvent
-
- getClientTargetId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientMovedEvent
-
- getClientType() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientUnreadMessages() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getCodec() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelBase
-
- getCodecEncryptionMode() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getCodecLatencyFactor() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelInfo
-
- getCodecQuality() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelBase
-
- getCommandList() - Method in class com.github.theholywaffle.teamspeak3.TS3Query
-
- getComplaintAutobanCount() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getComplaintAutobanTime() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getComplaintRemoveTime() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getComplaints() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all complaints on the selected virtual server.
- getComplaints(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all complaints about the specified client.
- getComplaints() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all complaints on the selected virtual server.
- getComplaints(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all complaints about the specified client.
- getConnectedTime() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ConnectionInfo
-
- getConnectionInfo() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets detailed connection information about the selected virtual server.
- getConnectionInfo() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets detailed connection information about the selected virtual server.
- getControlBytesReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getControlBytesSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getControlPacketsReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getControlPacketsSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getCountry() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getCreated() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.PrivilegeKey
-
- getCreatedDate() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Ban
-
- getCreatedDate() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getCreatedDate() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClient
-
- getCreatedDate() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getDatabaseClientByUId(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets information about the client with the specified unique identifier in the server database.
- getDatabaseClientByUId(String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets information about the client with the specified unique identifier in the server database.
- getDatabaseClientInfo(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets information about the client with the specified database ID in the server database.
- getDatabaseClientInfo(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets information about the client with the specified database ID in the server database.
- getDatabaseClients() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets information about all clients in the server database.
- getDatabaseClients() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets information about all clients in the server database.
- getDatabaseClients(int, int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets information about a set number of clients in the server database, starting at offset
.
- getDatabaseClientsByName(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets all clients in the database whose last nickname matches the specified name exactly.
- getDatabaseClientsByName(String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets all clients in the database whose last nickname matches the specified name exactly.
- getDatabaseId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getDatabaseId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClient
-
- getDatabaseId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClientInfo
-
- getDatabaseId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerQueryInfo
-
Gets the ID of the server query in the database.
- getDatabaseVersion() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.InstanceInfo
-
- getDefaultChannel() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getDefaultChannelAdminGroup() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getDefaultChannelGroup() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.InstanceInfo
-
- getDefaultChannelGroup() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getDefaultServerGroup() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.InstanceInfo
-
- getDefaultServerGroup() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getDefaultToken() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getDescription() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelInfo
-
- getDescription() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getDescription() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClient
-
- getDescription() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.PermissionInfo
-
- getDescription() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.PrivilegeKey
-
- getDouble(String) - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Wrapper
-
Gets a property as a double from the underlying map.
- getDouble(Property) - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Wrapper
-
Gets a property as a double from the underlying map.
- getDownloadQuota() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getDuration() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Ban
-
- getEnforcements() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Ban
-
- getError() - Method in exception com.github.theholywaffle.teamspeak3.api.exception.TS3CommandFailedException
-
- getError() - Method in class com.github.theholywaffle.teamspeak3.commands.Command
-
- getEventManager() - Method in class com.github.theholywaffle.teamspeak3.TS3Query
-
- getExtraMessage() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.QueryError
-
- getFailedPermissionId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.QueryError
-
- getFileBase() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getFilePath() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelInfo
-
- getFiletransferBandwidthReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getFiletransferBandwidthReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ConnectionInfo
-
- getFileTransferBandwidthReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getFiletransferBandwidthReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getFiletransferBandwidthSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getFiletransferBandwidthSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ConnectionInfo
-
- getFileTransferBandwidthSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getFiletransferBandwidthSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getFiletransferBytesReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ConnectionInfo
-
- getFileTransferBytesReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getFiletransferBytesReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getFiletransferBytesSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ConnectionInfo
-
- getFileTransferBytesSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getFiletransferBytesSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getFileTransferPort() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.InstanceInfo
-
- getFirstResponse() - Method in class com.github.theholywaffle.teamspeak3.commands.Command
-
- getFirstResponse() - Method in class com.github.theholywaffle.teamspeak3.commands.response.DefaultArrayResponse
-
- getFloodBanTime() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.InstanceInfo
-
- getGroupId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelGroup
-
- getGroupId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.PrivilegeKey
-
- getGuestServerQueryGroup() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.InstanceInfo
-
- getHostbannerGfxInterval() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getHostbannerGfxUrl() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getHostbannerMode() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getHostbannerUrl() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getHostbuttonGfxUrl() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getHostbuttonTooltip() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getHostbuttonUrl() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getHostInfo() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Displays detailed configuration information about the server instance including
uptime, number of virtual servers online, traffic information, etc.
- getHostInfo() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Displays detailed configuration information about the server instance including
uptime, number of virtual servers online, traffic information, etc.
- getHostMessage() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getHostMessageMode() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getIconId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelBase
-
- getIconId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelGroup
-
- getIconId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getIconId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClientInfo
-
- getIconId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerGroup
-
- getIconId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Ban
-
- getId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Channel
-
- getId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelBase
-
- getId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelGroup
-
- getId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelInfo
-
- getId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.CreatedVirtualServer
-
- getId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Message
-
- getId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.PermissionInfo
-
- getId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.QueryError
-
- getId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerGroup
-
- getId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerQueryInfo
-
Gets the client ID of the server query.
- getId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServer
-
- getId1() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.AdvancedPermission
-
- getId2() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.AdvancedPermission
-
- getIdleTime() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getIdleTime() - Method in class com.github.theholywaffle.teamspeak3.SocketWriter
-
- getIn() - Method in class com.github.theholywaffle.teamspeak3.TS3Query
-
- getIndex() - Method in enum com.github.theholywaffle.teamspeak3.api.Codec
-
- getIndex() - Method in enum com.github.theholywaffle.teamspeak3.api.CodecEncryptionMode
-
- getIndex() - Method in enum com.github.theholywaffle.teamspeak3.api.HostBannerMode
-
- getIndex() - Method in enum com.github.theholywaffle.teamspeak3.api.HostMessageMode
-
- getIndex() - Method in enum com.github.theholywaffle.teamspeak3.api.LogLevel
-
- getIndex() - Method in enum com.github.theholywaffle.teamspeak3.api.PermissionGroupDatabaseType
-
- getIndex() - Method in enum com.github.theholywaffle.teamspeak3.api.PermissionGroupType
-
- getIndex() - Method in enum com.github.theholywaffle.teamspeak3.api.ReasonIdentifier
-
- getIndex() - Method in enum com.github.theholywaffle.teamspeak3.api.ServerGroupType
-
- getIndex() - Method in enum com.github.theholywaffle.teamspeak3.api.TextMessageTargetMode
-
- getIndex() - Method in enum com.github.theholywaffle.teamspeak3.api.TokenType
-
- getInheritedChannelGroupId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getInstanceInfo() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Displays the server instance configuration including database revision number,
the file transfer port, default group IDs, etc.
- getInstanceInfo() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Displays the server instance configuration including database revision number,
the file transfer port, default group IDs, etc.
- getInt(String) - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Wrapper
-
Gets a property as an integer from the underlying map.
- getInt(Property) - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Wrapper
-
Gets a property as an integer from the underlying map.
- getInvokerClientDBId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Ban
-
- getInvokerId() - Method in class com.github.theholywaffle.teamspeak3.api.event.BaseEvent
-
- getInvokerName() - Method in class com.github.theholywaffle.teamspeak3.api.event.BaseEvent
-
- getInvokerName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Ban
-
- getInvokerUId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Ban
-
- getInvokerUniqueId() - Method in class com.github.theholywaffle.teamspeak3.api.event.BaseEvent
-
- getIp() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Binding
-
- getIp() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getIp() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getKeepAliveBytesReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getKeepAliveBytesSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getKeepAlivePacketsReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getKeepAlivePacketsSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getLastConnectedDate() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getLastConnectedDate() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClient
-
- getLastIp() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClient
-
- getLastNickname() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Ban
-
- getLoginName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getLoginName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerQueryInfo
-
Gets the username that was used when logging the query in (using a username-password combination).
- getLong(String) - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Wrapper
-
Gets a property as a long from the underlying map.
- getLong(Property) - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Wrapper
-
Gets a property as a long from the underlying map.
- getMachineId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getMap() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Wrapper
-
Gets the map underlying this Wrapper
.
- getMaxClients() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelBase
-
- getMaxClients() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServer
-
- getMaxDownloadBandwidth() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.InstanceInfo
-
- getMaxDownloadBandwidth() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getMaxFamilyClients() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelBase
-
- getMaxFloodCommands() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.InstanceInfo
-
- getMaxFloodTime() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.InstanceInfo
-
- getMaxUploadBandwidth() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.InstanceInfo
-
- getMaxUploadBandwidth() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getMemberAddPower() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelGroup
-
- getMemberAddPower() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerGroup
-
- getMemberRemovePower() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelGroup
-
- getMemberRemovePower() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerGroup
-
- getMessage() - Method in class com.github.theholywaffle.teamspeak3.api.event.TextMessageEvent
-
- getMessage() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Complaint
-
- getMessage() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.QueryError
-
- getMetaData() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getMinClientsInChannelBeforeForcedSilence() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getMinimumClientVersion() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getModifyPower() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelGroup
-
- getModifyPower() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerGroup
-
- getMonthlyBytesDownloaded() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getMonthlyBytesDownloaded() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClientInfo
-
- getMonthlyBytesDownloaded() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getMonthlyBytesUploaded() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getMonthlyBytesUploaded() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClientInfo
-
- getMonthlyBytesUploaded() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getMs() - Method in enum com.github.theholywaffle.teamspeak3.TS3Query.FloodRate
-
- getName() - Method in enum com.github.theholywaffle.teamspeak3.api.ChannelProperty
-
- getName() - Method in enum com.github.theholywaffle.teamspeak3.api.ClientProperty
-
- getName() - Method in interface com.github.theholywaffle.teamspeak3.api.Property
-
- getName() - Method in enum com.github.theholywaffle.teamspeak3.api.ServerInstanceProperty
-
- getName() - Method in enum com.github.theholywaffle.teamspeak3.api.VirtualServerProperty
-
- getName() - Method in enum com.github.theholywaffle.teamspeak3.api.VirtualServerStatus
-
- getName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelBase
-
- getName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelGroup
-
- getName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Permission
-
- getName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.PermissionInfo
-
- getName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerGroup
-
- getName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServer
-
- getName() - Method in class com.github.theholywaffle.teamspeak3.commands.Command
-
- getNameMode() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelGroup
-
- getNameMode() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerGroup
-
- getNeededIdentitySecurityLevel() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getNeededServerQueryViewPower() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getNeededSubscribePower() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Channel
-
- getNeededTalkPower() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelBase
-
- getNickname() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getNickname() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClient
-
- getNickname() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerGroupClient
-
- getNickname() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerQueryInfo
-
Gets the nickname currently used by the server query.
- getOfflineMessage(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Reads the message body of a message.
- getOfflineMessage(Message) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Reads the message body of a message.
- getOfflineMessage(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Reads the message body of a message.
- getOfflineMessage(Message) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Reads the message body of a message.
- getOfflineMessages() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all offline messages for the server query.
- getOfflineMessages() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all offline messages for the server query.
- getOrder() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelBase
-
- getOriginServerId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerQueryInfo
-
Gets the ID of the virtual server on which the server query login was created.
- getOut() - Method in class com.github.theholywaffle.teamspeak3.TS3Query
-
- getPacketLoss() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ConnectionInfo
-
- getPacketsReceivedTotal() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getPacketsSentTotal() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getParentChannelId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelBase
-
- getPassword() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelInfo
-
- getPassword() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getPermissionAssignments(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Displays detailed information about all assignments of the permission specified
with permName
.
- getPermissionAssignments(String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Displays detailed information about all assignments of the permission specified
with permName
.
- getPermissionId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.AdvancedPermission
-
- getPermissionIdByName(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets the ID of the permission specified by permName
.
- getPermissionIdByName(String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets the ID of the permission specified by permName
.
- getPermissionOverview(int, int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all assigned permissions for a client in a specified channel.
- getPermissionOverview(int, int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all assigned permissions for a client in a specified channel.
- getPermissions() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Displays a list of all permissions, including ID, name and description.
- getPermissions() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Displays a list of all permissions, including ID, name and description.
- getPermissionsVersion() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.InstanceInfo
-
- getPermissionValue() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.AdvancedPermission
-
- getPermissionValue(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Displays the current value of the specified permission for this server query instance.
- getPermissionValue(String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Displays the current value of the specified permission for this server query instance.
- getPhoneticName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelInfo
-
- getPhoneticName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getPhoneticNickname() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getPing() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ConnectionInfo
-
- getPing() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getPlatform() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getPlatform() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Version
-
- getPlatform() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getPort() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.CreatedVirtualServer
-
- getPort() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServer
-
- getPrioritySpeakerDimmModificator() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getPrivilegeKeys() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all available tokens to join channel or server groups,
including their type and group IDs.
- getPrivilegeKeys() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all available tokens to join channel or server groups,
including their type and group IDs.
- getQueryClientsOnline() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServer
-
- getRaw() - Method in class com.github.theholywaffle.teamspeak3.commands.Command
-
- getReason() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Ban
-
- getReasonId() - Method in class com.github.theholywaffle.teamspeak3.api.event.BaseEvent
-
- getReasonMessage() - Method in class com.github.theholywaffle.teamspeak3.api.event.BaseEvent
-
- getReceivedDate() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Message
-
- getReservedSlots() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getResponse() - Method in class com.github.theholywaffle.teamspeak3.commands.Command
-
- getSaveDb() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerGroup
-
- getSenderUniqueIdentifier() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Message
-
- getServerAdminGroup() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.InstanceInfo
-
- getServerAdminToken() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.CreatedVirtualServer
-
- getServerGroupClients(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all clients in the specified server group.
- getServerGroupClients(ServerGroup) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all clients in the specified server group.
- getServerGroupClients(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all clients in the specified server group.
- getServerGroupClients(ServerGroup) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all clients in the specified server group.
- getServerGroupPermissions(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all permissions assigned to the specified server group.
- getServerGroupPermissions(ServerGroup) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all permissions assigned to the specified server group.
- getServerGroupPermissions(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all permissions assigned to the specified server group.
- getServerGroupPermissions(ServerGroup) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all permissions assigned to the specified server group.
- getServerGroups() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getServerGroups() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all server groups on the virtual server.
- getServerGroups() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all server groups on the virtual server.
- getServerGroupsByClient(Client) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all server groups set for a client.
- getServerGroupsByClient(Client) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all server groups set for a client.
- getServerGroupsByClientId(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all server groups set for a client.
- getServerGroupsByClientId(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all server groups set for a client.
- getServerIdByPort(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets the ID of a virtual server by its port.
- getServerIdByPort(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets the ID of a virtual server by its port.
- getServerInfo() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets detailed information about the virtual server the server query is currently in.
- getServerInfo() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets detailed information about the virtual server the server query is currently in.
- getSocket() - Method in class com.github.theholywaffle.teamspeak3.TS3Query
-
- getSortId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelGroup
-
- getSortId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerGroup
-
- getSourceClientDatabaseId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Complaint
-
- getSourceName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Complaint
-
- getSpeechBytesReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getSpeechBytesSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getSpeechPacketsReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getSpeechPacketsSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getStatus() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServer
-
- getSubject() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Message
-
- getTalkPower() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getTalkRequestMessage() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getTargetClientDatabaseId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Complaint
-
- getTargetMode() - Method in class com.github.theholywaffle.teamspeak3.api.event.TextMessageEvent
-
- getTargetName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Complaint
-
- getTimeConnected() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getTimestamp() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Complaint
-
- getTimeStamp() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getToken() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.PrivilegeKey
-
- getTopic() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelBase
-
- getTotalBytesDownloaded() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getTotalBytesDownloaded() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClientInfo
-
- getTotalBytesDownloaded() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getTotalBytesReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getTotalBytesReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ConnectionInfo
-
- getTotalBytesReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getTotalBytesSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getTotalBytesSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ConnectionInfo
-
- getTotalBytesSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getTotalBytesUploaded() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getTotalBytesUploaded() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClientInfo
-
- getTotalBytesUploaded() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getTotalChannels() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getTotalClientConnections() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getTotalClients() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Channel
-
- getTotalClientsFamily() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Channel
-
- getTotalClientsOnline() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getTotalConnections() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getTotalConnections() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClient
-
- getTotalControlPacketloss() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getTotalKeepAlivePacketloss() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getTotalMaxClients() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getTotalPacketloss() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getTotalPacketsReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getTotalPacketsReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ConnectionInfo
-
- getTotalPacketsReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getTotalPacketsSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getTotalPacketsSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ConnectionInfo
-
- getTotalPacketsSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getTotalQueryClientConnections() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getTotalRunningServers() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getTotalSpeechPacketloss() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getType() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.AdvancedPermission
-
- getType() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelGroup
-
- getType() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getType() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.PrivilegeKey
-
- getType() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerGroup
-
- getUninterruptibly() - Method in class com.github.theholywaffle.teamspeak3.api.CommandFuture
-
Waits indefinitely until the command completes
and returns the result of the command.
- getUninterruptibly(long, TimeUnit) - Method in class com.github.theholywaffle.teamspeak3.api.CommandFuture
-
Waits for at most the given time until the command completes
and returns the result of the command.
- getUniqueClientIdentifier() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getUniqueIdentifier() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getUniqueIdentifier() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClient
-
- getUniqueIdentifier() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerGroupClient
-
- getUniqueIdentifier() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerQueryInfo
-
Gets the unique identifier of the server query.
- getUniqueIdentifier() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServer
-
- getUnreadMessages() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getUploadQuota() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getUptime() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getUptime() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServer
-
- getValue() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Permission
-
- getVersion() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getVersion() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Version
-
- getVersion() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getVersion() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets the version, build number and platform of the TeamSpeak3 server.
- getVersion() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets the version, build number and platform of the TeamSpeak3 server.
- getVirtualServerId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerQueryInfo
-
Gets the ID of the currently selected virtual server.
- getVirtualServerPort() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerQueryInfo
-
Gets the port used by the currently selected virtual server.
- getVirtualServers() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all virtual servers including their ID, status, number of clients online, etc.
- getVirtualServers() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all virtual servers including their ID, status, number of clients online, etc.
- getVirtualServerStatus() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerQueryInfo
-
Gets the status of the currently selected virtual server.
- getVirtualServerUniqueIdentifier() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerQueryInfo
-
Gets the unique identifier of the currently selected virtual server.
- getWelcomeMessage() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- selectVirtualServer(VirtualServer) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Moves the server query into the specified virtual server.
- selectVirtualServer(VirtualServer) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Moves the server query into the specified virtual server.
- selectVirtualServerById(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Moves the server query into the virtual server with the specified ID.
- selectVirtualServerById(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Moves the server query into the virtual server with the specified ID.
- selectVirtualServerByPort(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Moves the server query into the virtual server with the specified voice port.
- selectVirtualServerByPort(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Moves the server query into the virtual server with the specified voice port.
- sendChannelMessage(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Sends a text message to the channel with the specified ID.
- sendChannelMessage(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Sends a text message to the channel the server query is currently in.
- sendChannelMessage(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Sends a text message to the channel with the specified ID.
- sendChannelMessage(String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Sends a text message to the channel the server query is currently in.
- sendOfflineMessage(String, String, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Sends an offline message to the client with the given unique identifier.
- sendOfflineMessage(String, String, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Sends an offline message to the client with the given unique identifier.
- sendPrivateMessage(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Sends a private message to the client with the specified client ID.
- sendPrivateMessage(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Sends a private message to the client with the specified client ID.
- sendServerMessage(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Sends a text message to the virtual server with the specified ID.
- sendServerMessage(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Sends a text message to the virtual server the server query is currently in.
- sendServerMessage(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Sends a text message to the virtual server with the specified ID.
- sendServerMessage(String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Sends a text message to the virtual server the server query is currently in.
- sendTextMessage(TextMessageTargetMode, int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Sends a text message either to the whole virtual server, a channel or specific client.
- sendTextMessage(TextMessageTargetMode, int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Sends a text message either to the whole virtual server, a channel or specific client.
- ServerEditedEvent - Class in com.github.theholywaffle.teamspeak3.api.event
-
- ServerEditedEvent(Map<String, String>) - Constructor for class com.github.theholywaffle.teamspeak3.api.event.ServerEditedEvent
-
- ServerGroup - Class in com.github.theholywaffle.teamspeak3.api.wrapper
-
- ServerGroup(Map<String, String>) - Constructor for class com.github.theholywaffle.teamspeak3.api.wrapper.ServerGroup
-
- ServerGroupClient - Class in com.github.theholywaffle.teamspeak3.api.wrapper
-
- ServerGroupClient(Map<String, String>) - Constructor for class com.github.theholywaffle.teamspeak3.api.wrapper.ServerGroupClient
-
- ServerGroupType - Enum in com.github.theholywaffle.teamspeak3.api
-
- ServerInstanceProperty - Enum in com.github.theholywaffle.teamspeak3.api
-
- ServerQueryInfo - Class in com.github.theholywaffle.teamspeak3.api.wrapper
-
- ServerQueryInfo(Map<String, String>) - Constructor for class com.github.theholywaffle.teamspeak3.api.wrapper.ServerQueryInfo
-
Creates a new ServerQueryInfo
from the information present in the provided map.
- set(V) - Method in class com.github.theholywaffle.teamspeak3.api.CommandFuture
-
Sets the value of this future.
- setAnswered() - Method in class com.github.theholywaffle.teamspeak3.commands.Command
-
- setClientChannelGroup(int, int, int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Sets a channel group for a client in a specific channel.
- setClientChannelGroup(int, int, int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Sets a channel group for a client in a specific channel.
- setCommandTimeout(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Config
-
Sets how many milliseconds a call in
TS3Api
should block at most until a command
without response fails.
- setDebugLevel(Level) - Method in class com.github.theholywaffle.teamspeak3.TS3Config
-
- setDebugToFile(boolean) - Method in class com.github.theholywaffle.teamspeak3.TS3Config
-
- setFloodRate(TS3Query.FloodRate) - Method in class com.github.theholywaffle.teamspeak3.TS3Config
-
- setHost(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Config
-
- setLoginCredentials(String, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Config
-
- setMessageRead(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Sets the read flag to true for a given message.
- setMessageRead(Message) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Sets the read flag to true for a given message.
- setMessageRead(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Sets the read flag to true for a given message.
- setMessageRead(Message) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Sets the read flag to true for a given message.
- setMessageReadFlag(int, boolean) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Sets the read flag for a given message.
- setMessageReadFlag(Message, boolean) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Sets the read flag for a given message.
- setMessageReadFlag(int, boolean) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Sets the read flag for a given message.
- setMessageReadFlag(Message, boolean) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Sets the read flag for a given message.
- setNickname(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Sets the nickname of the server query client.
- setNickname(String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Sets the nickname of the server query client.
- setQueryPort(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Config
-
- setSent() - Method in class com.github.theholywaffle.teamspeak3.commands.Command
-
- Snapshot - Class in com.github.theholywaffle.teamspeak3.api
-
- Snapshot(String) - Constructor for class com.github.theholywaffle.teamspeak3.api.Snapshot
-
- SocketReader - Class in com.github.theholywaffle.teamspeak3
-
- SocketReader(TS3Query) - Constructor for class com.github.theholywaffle.teamspeak3.SocketReader
-
- SocketWriter - Class in com.github.theholywaffle.teamspeak3
-
- SocketWriter(TS3Query, int) - Constructor for class com.github.theholywaffle.teamspeak3.SocketWriter
-
- startServer(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Starts the virtual server with the specified ID.
- startServer(VirtualServer) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Starts the specified virtual server.
- startServer(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Starts the virtual server with the specified ID.
- startServer(VirtualServer) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Starts the specified virtual server.
- stopServer(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Stops the virtual server with the specified ID.
- stopServer(VirtualServer) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Stops the specified virtual server.
- stopServer(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Stops the virtual server with the specified ID.
- stopServer(VirtualServer) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Stops the specified virtual server.
- stopServerProcess() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Stops the entire TeamSpeak 3 Server instance by shutting down the process.
- stopServerProcess() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Stops the entire TeamSpeak 3 Server instance by shutting down the process.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.ChannelProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.ClientProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.Codec
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.CodecEncryptionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.event.TS3EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.HostBannerMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.HostMessageMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.PermissionGroupDatabaseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.PermissionGroupType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.ReasonIdentifier
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.ServerGroupType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.ServerInstanceProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.TextMessageTargetMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.TokenType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.VirtualServerProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.VirtualServerStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.TS3Query.FloodRate
-
Returns the enum constant of this type with the specified name.
- ValueParam - Class in com.github.theholywaffle.teamspeak3.commands.parameter
-
- ValueParam(String) - Constructor for class com.github.theholywaffle.teamspeak3.commands.parameter.ValueParam
-
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.ChannelProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.ClientProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.Codec
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.CodecEncryptionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.event.TS3EventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.HostBannerMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.HostMessageMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.LogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.PermissionGroupDatabaseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.PermissionGroupType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.ReasonIdentifier
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.ServerGroupType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.ServerInstanceProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.TextMessageTargetMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.TokenType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.VirtualServerProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.VirtualServerStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.TS3Query.FloodRate
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Version - Class in com.github.theholywaffle.teamspeak3.api.wrapper
-
- Version(Map<String, String>) - Constructor for class com.github.theholywaffle.teamspeak3.api.wrapper.Version
-
- VirtualServer - Class in com.github.theholywaffle.teamspeak3.api.wrapper
-
- VirtualServer(Map<String, String>) - Constructor for class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServer
-
- VirtualServerInfo - Class in com.github.theholywaffle.teamspeak3.api.wrapper
-
- VirtualServerInfo(Map<String, String>) - Constructor for class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- VirtualServerProperty - Enum in com.github.theholywaffle.teamspeak3.api
-
- VirtualServerStatus - Enum in com.github.theholywaffle.teamspeak3.api
-