Package | Description |
---|---|
com.github.theholywaffle.teamspeak3 | |
com.github.theholywaffle.teamspeak3.api | |
com.github.theholywaffle.teamspeak3.commands |
Modifier and Type | Method and Description |
---|---|
CommandFuture<Integer> |
TS3ApiAsync.createChannel(String name,
Map<ChannelProperty,String> options)
Creates a new channel with a given name using the given properties and returns its ID.
|
int |
TS3Api.createChannel(String name,
Map<ChannelProperty,String> options)
Creates a new channel with a given name using the given properties and returns its ID.
|
CommandFuture<Boolean> |
TS3ApiAsync.editChannel(int channelId,
Map<ChannelProperty,String> options)
Changes a channel's configuration using the given properties.
|
boolean |
TS3Api.editChannel(int channelId,
Map<ChannelProperty,String> options)
Changes a channel's configuration using the given properties.
|
Modifier and Type | Method and Description |
---|---|
static ChannelProperty |
ChannelProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelProperty[] |
ChannelProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CChannelCreate(String name,
Map<ChannelProperty,String> options) |
CChannelEdit(int channelId,
Map<ChannelProperty,String> options) |
Copyright © 2015. All rights reserved.