Uses of Class
net.md_5.bungee.api.ProxyServer
Packages that use ProxyServer
Package
Description
-
Uses of ProxyServer in com.mrivanplays.ivancord.api.command
Constructors in com.mrivanplays.ivancord.api.command with parameters of type ProxyServerModifierConstructorDescriptionCommandDispatcherProxy
(PluginManager pluginManager, ProxyServer proxy) -
Uses of ProxyServer in com.mrivanplays.ivancord.api.command.arguments
Methods in com.mrivanplays.ivancord.api.command.arguments with parameters of type ProxyServerModifier and TypeMethodDescriptionstatic void
BungeeProtoPlayerProvider.initialize
(ProxyServer proxy) -
Uses of ProxyServer in net.md_5.bungee.api
Methods in net.md_5.bungee.api that return ProxyServerMethods in net.md_5.bungee.api with parameters of type ProxyServerModifier and TypeMethodDescriptionstatic 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 ProxyServerConstructors in net.md_5.bungee.api.plugin with parameters of type ProxyServerModifierConstructorDescriptionprotected
Plugin
(ProxyServer proxy, PluginDescription description) PluginManager
(ProxyServer proxy, MethodHandles.Lookup lookup, Consumer<Object> additionalEventListenerRegistration) PluginManager
(ProxyServer proxy, org.yaml.snakeyaml.Yaml yaml, EventBus eventBus, net.md_5.bungee.api.plugin.LibraryLoader libraryLoader, CommandDispatcherProxy commandDispatcher, MethodHandles.Lookup lookup, Consumer<Object> additionalEventListenerRegistration)