Skip navigation links
A B C D E F G H I J K L M P R S T U V 

A

activate() - Method in interface de.stefan1200.jts3servermod.interfaces.HandleBotEvents
This method will be called after connected successfully to the TS3 server after calling handleOnBotConnect(), after reloading configuration or after receiving the function/plugin activate request by bot admin.
addBotTimer(TimerTask, long, long) - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Add your TimerTask to the bot timer.
addEventNotify(int, int) - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
Activate a Teamspeak event notify.
addException(TS3ServerQueryException) - Method in class de.stefan1200.jts3servermod.FunctionExceptionLog
Add the TS3ServerQueryException to the list.
addException(TS3ServerQueryException, int) - Method in class de.stefan1200.jts3servermod.FunctionExceptionLog
Add the TS3ServerQueryException to the list, tied to an id (like a client database id).
addKey(String, String) - Method in class de.stefan1200.util.ArrangedPropertiesWriter
Add a new key at the current position.
addKey(String, String, String) - Method in class de.stefan1200.util.ArrangedPropertiesWriter
Add a new key at the current position.
addKey(String, String, boolean) - Method in class de.stefan1200.util.ArrangedPropertiesWriter
Add a new key at the current position.
addKey(String, String, String, boolean) - Method in class de.stefan1200.util.ArrangedPropertiesWriter
Add a new key at the current position.
addLogEntry(String, byte, String, boolean) - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Add a log entry to the bot log.
addLogEntry(String, Throwable, boolean) - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Add a throwable stack trace to the bot log.
addSeparator() - Method in class de.stefan1200.util.ArrangedPropertiesWriter
Add a separator at the current position.
addTS3ChannelEvent(Object) - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Register function for Teamspeak 3 channel events.
addTS3ServerEvent(Object) - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
Register function for Teamspeak 3 server events.
ArrangedPropertiesWriter - Class in de.stefan1200.util
ArrangedPropertiesWriter allows you to write a formatted property file with help texts for every key.
ArrangedPropertiesWriter(JTS3ServerMod_Interface) - Constructor for class de.stefan1200.util.ArrangedPropertiesWriter
Create a new instance of the ArrangedPropertiesWriter.
ArrangedPropertiesWriter(JTS3ServerMod_Interface, HashMap<String, String>, HashMap<String, String>, HashMap<String, Boolean>, Vector<String>) - Constructor for class de.stefan1200.util.ArrangedPropertiesWriter
Create a new instance with an already loaded configuration.
A B C D E F G H I J K L M P R S T U V 
Skip navigation links