Package | Description |
---|---|
com.github.theholywaffle.teamspeak3.api | |
com.github.theholywaffle.teamspeak3.api.wrapper |
Modifier and Type | Class and Description |
---|---|
class |
ChannelProperty |
class |
ClientProperty |
class |
ServerInstanceProperty |
class |
VirtualServerProperty |
class |
VirtualServerStatus |
Modifier and Type | Method and Description |
---|---|
String |
Wrapper.get(Property property)
Gets a property as a
String from the underlying map. |
boolean |
Wrapper.getBoolean(Property property)
Gets a property as a boolean from the underlying map.
|
double |
Wrapper.getDouble(Property property)
Gets a property as a double from the underlying map.
|
int |
Wrapper.getInt(Property property)
Gets a property as an integer from the underlying map.
|
long |
Wrapper.getLong(Property property)
Gets a property as a long from the underlying map.
|
Copyright © 2015. All rights reserved.