- save() - Method in class de.stefan1200.util.ArrangedPropertiesWriter
-
Save values to the last loading location!
- save(MySQLConnect, int) - Method in class de.stefan1200.util.ArrangedPropertiesWriter
-
Save values to SQL database.
- save(String, String) - Method in class de.stefan1200.util.ArrangedPropertiesWriter
-
Write arranged property file to disk.
- searchClientDB(String, boolean) - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
-
Searching for clients in the TS3 client database, useful for the getInfo() method to request more information.
- searchClientNickname(String) - Method in interface de.stefan1200.jts3servermod.interfaces.ClientDatabaseCache_Interface
-
Search for clients with a specified client name or unique id.
- searchDescription(String) - Method in interface de.stefan1200.jts3servermod.interfaces.ClientDatabaseCache_Interface
-
Search for clients with a specified description.
- searchInactiveClients(int, int) - Method in interface de.stefan1200.jts3servermod.interfaces.ClientDatabaseCache_Interface
-
Search for clients who was not online in the last X days.
- searchIPAddress(String) - Method in interface de.stefan1200.jts3servermod.interfaces.ClientDatabaseCache_Interface
-
Search for clients with a specified IP address.
- selectVirtualServer(int) - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
-
Select a virtual server to work with.
- selectVirtualServer(int, boolean) - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
-
Select a virtual server to work with.
- selectVirtualServer(int, boolean, boolean) - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
-
Select a virtual server to work with.
- sendMessageToClient(String, String, int, String) - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
-
Send a chat or poke message to a client.
- sendTextMessage(int, int, String) - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
-
Sends a text message to a client / channel / virtual server / global (all virtual servers).
- sendTextMessage(int, int, String, String) - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
-
Sends a text message to a client / channel / virtual server / global (all virtual servers).
- ServerInfoCache_Interface - Interface in de.stefan1200.jts3servermod.interfaces
-
Interface of the ServerInfoCache class, which allows you to access the ServerInfoCache methods.
- setChannelName(int, String) - Method in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
-
Set a new channel name in the channellist cache entry of a single channel.
- setDefaultConfigFileHeader(String) - Method in class de.stefan1200.util.ArrangedPropertiesWriter
-
Set a default config file header.
- setDisplayName(String) - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
-
Change the display name on the Teamspeak 3 server of this query connection.
- setListModes(BitSet) - Method in interface de.stefan1200.jts3servermod.interfaces.LoadConfiguration
-
Set wanted clientlist arguments for this plugin.
- setNewMainClass(JTS3ServerMod_Interface) - Method in class de.stefan1200.util.ArrangedPropertiesWriter
-
Set a new main class.
- setTeamspeakActionListener(TeamspeakActionListener) - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
-
Set a class that should receive the Teamspeak events.
- setValue(String, String) - Method in class de.stefan1200.util.ArrangedPropertiesWriter
-
Sets a value for the given key.
- setValue(String, long) - Method in class de.stefan1200.util.ArrangedPropertiesWriter
-
Sets a value for the given key.
- setValue(String, double) - Method in class de.stefan1200.util.ArrangedPropertiesWriter
-
Sets a value for the given key.
- setValue(String, boolean) - Method in class de.stefan1200.util.ArrangedPropertiesWriter
-
Sets a value for the given key.
- setWriteProtection(boolean) - Method in class de.stefan1200.util.ArrangedPropertiesWriter
-
Set write protection to true
to make sure, that no values will be changed, removed or added.