Uses of Class
net.md_5.bungee.api.ProxyServer
- 
Packages that use ProxyServer Package Description net.md_5.bungee.api net.md_5.bungee.api.plugin 
- 
- 
Uses of ProxyServer in net.md_5.bungee.apiMethods in net.md_5.bungee.api that return ProxyServer Modifier and Type Method Description static ProxyServerProxyServer. getInstance()Methods in net.md_5.bungee.api with parameters of type ProxyServer Modifier and Type Method Description static voidProxyServer. setInstance(ProxyServer instance)Sets the proxy instance.
- 
Uses of ProxyServer in net.md_5.bungee.api.pluginMethods in net.md_5.bungee.api.plugin that return ProxyServer Modifier and Type Method Description ProxyServerPlugin. getProxy()Constructors in net.md_5.bungee.api.plugin with parameters of type ProxyServer Constructor Description Plugin(ProxyServer proxy, PluginDescription description)PluginManager(ProxyServer proxy)PluginManager(ProxyServer proxy, org.yaml.snakeyaml.Yaml yaml, EventBus eventBus, net.md_5.bungee.api.plugin.LibraryLoader libraryLoader)
 
-