Package | Description |
---|---|
com.github.theholywaffle.teamspeak3 | |
com.github.theholywaffle.teamspeak3.api | |
com.github.theholywaffle.teamspeak3.commands |
Modifier and Type | Method and Description |
---|---|
CommandFuture<CreatedVirtualServer> |
TS3ApiAsync.createServer(String name,
Map<VirtualServerProperty,String> options)
Creates a new virtual server with the given name and returns an object containing the ID of the newly
created virtual server, the default server admin token and the virtual server's voice port.
|
CreatedVirtualServer |
TS3Api.createServer(String name,
Map<VirtualServerProperty,String> options)
Creates a new virtual server with the given name and returns an object containing the ID of the newly
created virtual server, the default server admin token and the virtual server's voice port.
|
CommandFuture<Boolean> |
TS3ApiAsync.editServer(Map<VirtualServerProperty,String> options)
Changes the configuration of the selected virtual server using given properties.
|
boolean |
TS3Api.editServer(Map<VirtualServerProperty,String> options)
Changes the configuration of the selected virtual server using given properties.
|
Modifier and Type | Method and Description |
---|---|
static VirtualServerProperty |
VirtualServerProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualServerProperty[] |
VirtualServerProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CServerCreate(String name,
Map<VirtualServerProperty,String> map) |
CServerEdit(Map<VirtualServerProperty,String> map) |
Copyright © 2015. All rights reserved.