-
InterfaceDescriptionThis class is subject to rapid change between releases
-
ClassDescriptionnot handled anymorenot handled anymorenot handled anymorenot handled anymoreinternal use only
-
MethodDescriptionBungeeCord can accept connections via Unix domain socketsreplaced by
ListenerInfo.serverPriority
replaced byListenerInfo.serverPriority
BungeeCord can listen via Unix domain socketsBungeeCord can connect via Unix domain socketsBungeeCord can accept connections via Unix domain socketsIn favour ofPendingConnection.getUniqueId()
not handled anymoreIn favour ofProxiedPlayer.getUniqueId()
Use component methods instead.Use component methods instead.Use #create(java.awt.image.BufferedImage) insteadnew execute method, including alias. Migrate toCommand.execute(CommandSender, String, String[])
internal use only in order to support waterfall's ProxyDefineCommandsEventnew tab complete method, including alias. Migrate toTabExecutor.onTabComplete(CommandSender, String, String[])
Use #getFaviconObject instead.The returned map may be modified concurrently by the proxy. The safe alternative isProxyConfig.getServersCopy()
.thread blocking method and IO unsafe. useProxyServer.offlinePlayer(String)
orProxyServer.offlinePlayerIfPresent(String)
thread blocking method and IO unsafe. useProxyServer.offlinePlayer(UUID)
orProxyServer.offlinePlayerIfPresent(UUID)
The returned map is part of the proxy's internal state, and may be modified concurrently by the proxy. The safe alternative isProxyServer.getServersCopy()
.useString
join methods
-
ConstructorDescription