Uses of Interface
net.md_5.bungee.api.config.ConfigurationAdapter
-
Packages that use ConfigurationAdapter Package Description net.md_5.bungee.api -
-
Uses of ConfigurationAdapter in net.md_5.bungee.api
Methods in net.md_5.bungee.api that return ConfigurationAdapter Modifier and Type Method Description abstract ConfigurationAdapter
ProxyServer. getConfigurationAdapter()
Returns the currently in use configuration adapter.Methods in net.md_5.bungee.api with parameters of type ConfigurationAdapter Modifier and Type Method Description abstract void
ProxyServer. setConfigurationAdapter(ConfigurationAdapter adapter)
Set the configuration adapter to be used.
-