Package | Description |
---|---|
com.github.theholywaffle.teamspeak3 | |
com.github.theholywaffle.teamspeak3.api.wrapper |
Modifier and Type | Method and Description |
---|---|
Client |
TS3Api.getClientByNameExact(String name,
boolean ignoreCase)
Finds and returns the client whose nickname matches the given name exactly.
|
Modifier and Type | Method and Description |
---|---|
CommandFuture<Client> |
TS3ApiAsync.getClientByNameExact(String name,
boolean ignoreCase)
Finds and returns the client whose nickname matches the given name exactly.
|
CommandFuture<List<Client>> |
TS3ApiAsync.getClients()
Gets a list of all clients on the selected virtual server.
|
List<Client> |
TS3Api.getClients()
Gets a list of all clients on the selected virtual server.
|
CommandFuture<List<Client>> |
TS3ApiAsync.getClientsByName(String name)
Gets a list of clients whose nicknames contain the given search string.
|
List<Client> |
TS3Api.getClientsByName(String name)
Gets a list of clients whose nicknames contain the given search string.
|
Modifier and Type | Method and Description |
---|---|
CommandFuture<List<ServerGroup>> |
TS3ApiAsync.getServerGroupsByClient(Client client)
Gets a list of all server groups set for a client.
|
List<ServerGroup> |
TS3Api.getServerGroupsByClient(Client client)
Gets a list of all server groups set for a client.
|
CommandFuture<Boolean> |
TS3ApiAsync.kickClientFromChannel(Client... clients)
Kicks one or more clients from their current channels.
|
boolean |
TS3Api.kickClientFromChannel(Client... clients)
Kicks one or more clients from their current channels.
|
CommandFuture<Boolean> |
TS3ApiAsync.kickClientFromChannel(String message,
Client... clients)
Kicks one or more clients from their current channels for the specified reason.
|
boolean |
TS3Api.kickClientFromChannel(String message,
Client... clients)
Kicks one or more clients from their current channels for the specified reason.
|
CommandFuture<Boolean> |
TS3ApiAsync.kickClientFromServer(Client... clients)
Kicks one or more clients from the server.
|
boolean |
TS3Api.kickClientFromServer(Client... clients)
Kicks one or more clients from the server.
|
CommandFuture<Boolean> |
TS3ApiAsync.kickClientFromServer(String message,
Client... clients)
Kicks one or more clients from the server for the specified reason.
|
boolean |
TS3Api.kickClientFromServer(String message,
Client... clients)
Kicks one or more clients from the server for the specified reason.
|
CommandFuture<Boolean> |
TS3ApiAsync.moveClient(Client client,
ChannelBase channel)
Moves a client into the specified channel.
|
boolean |
TS3Api.moveClient(Client client,
ChannelBase channel)
Moves a client into the specified channel.
|
CommandFuture<Boolean> |
TS3ApiAsync.moveClient(Client client,
ChannelBase channel,
String channelPassword)
Moves a client into the specified channel using the specified password.
|
boolean |
TS3Api.moveClient(Client client,
ChannelBase channel,
String channelPassword)
Moves a client into the specified channel using the specified password.
|
CommandFuture<Boolean> |
TS3ApiAsync.removeClientFromServerGroup(ServerGroup serverGroup,
Client client)
Removes the specified client from the specified server group.
|
boolean |
TS3Api.removeClientFromServerGroup(ServerGroup serverGroup,
Client client)
Removes the specified client from the specified server group.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientInfo |
Copyright © 2015. All rights reserved.