| Package | Description |
|---|---|
| de.stefan1200.jts3servermod.interfaces | |
| de.stefan1200.util |
| Modifier and Type | Method and Description |
|---|---|
void |
HandleBotEvents.initClass(JTS3ServerMod_Interface modClass,
JTS3ServerQuery queryLib,
String prefix)
This method will be called while loading all functions/plugins.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArrangedPropertiesWriter.setNewMainClass(JTS3ServerMod_Interface mainClass)
Set a new main class.
|
| Constructor and Description |
|---|
ArrangedPropertiesWriter(JTS3ServerMod_Interface mainClass)
Create a new instance of the ArrangedPropertiesWriter.
|
ArrangedPropertiesWriter(JTS3ServerMod_Interface mainClass,
HashMap<String,String> hmHelp,
HashMap<String,String> hmValue,
HashMap<String,Boolean> hmSave,
Vector<String> vKeys)
Create a new instance with an already loaded configuration.
|