Package | Description |
---|---|
com.github.theholywaffle.teamspeak3 | |
com.github.theholywaffle.teamspeak3.api.wrapper |
Modifier and Type | Method and Description |
---|---|
CommandFuture<Boolean> |
TS3ApiAsync.moveClient(ChannelBase channel)
Moves the server query into the specified channel.
|
boolean |
TS3Api.moveClient(ChannelBase channel)
Moves the server query into the specified channel.
|
CommandFuture<Boolean> |
TS3ApiAsync.moveClient(ChannelBase channel,
String channelPassword)
Moves the server query into the specified channel using the specified password.
|
boolean |
TS3Api.moveClient(ChannelBase channel,
String channelPassword)
Moves the server query into the specified channel using the specified password.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
Channel |
class |
ChannelInfo |
Copyright © 2015. All rights reserved.