Class MySQLUserConfiguration
java.lang.Object
me.neznamy.tab.shared.config.mysql.MySQLUserConfiguration
- All Implemented Interfaces:
me.neznamy.tab.api.PropertyConfiguration
public class MySQLUserConfiguration
extends Object
implements me.neznamy.tab.api.PropertyConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGlobalSettings(String name) getPerServerSettings(String name) getPerWorldSettings(String name) String[]getProperty(String user, String property, String server, String world) voidload(me.neznamy.tab.api.TabPlayer player) voidvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.neznamy.tab.api.PropertyConfiguration
convertMap, fromString, toString
-
Constructor Details
-
Method Details
-
setProperty
- Specified by:
setPropertyin interfaceme.neznamy.tab.api.PropertyConfiguration
-
getProperty
- Specified by:
getPropertyin interfaceme.neznamy.tab.api.PropertyConfiguration
-
remove
- Specified by:
removein interfaceme.neznamy.tab.api.PropertyConfiguration
-
getGlobalSettings
- Specified by:
getGlobalSettingsin interfaceme.neznamy.tab.api.PropertyConfiguration
-
getPerWorldSettings
- Specified by:
getPerWorldSettingsin interfaceme.neznamy.tab.api.PropertyConfiguration
-
getPerServerSettings
- Specified by:
getPerServerSettingsin interfaceme.neznamy.tab.api.PropertyConfiguration
-
getAllEntries
- Specified by:
getAllEntriesin interfaceme.neznamy.tab.api.PropertyConfiguration
-
load
public void load(me.neznamy.tab.api.TabPlayer player)
-