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.api
Methods in net.md_5.bungee.api that return ProxyServer Modifier and Type Method Description static ProxyServer
ProxyServer. getInstance()
Methods in net.md_5.bungee.api with parameters of type ProxyServer Modifier and Type Method Description static void
ProxyServer. setInstance(ProxyServer instance)
Sets the proxy instance. -
Uses of ProxyServer in net.md_5.bungee.api.plugin
Methods in net.md_5.bungee.api.plugin that return ProxyServer Modifier and Type Method Description ProxyServer
Plugin. 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)
-