Uses of Class
com.velocitypowered.api.proxy.server.ServerInfo
Packages that use ServerInfo
Package
Description
Provides an interface to interact with the proxy at a low level.
Provides utilities to handle server information.
-
Uses of ServerInfo in com.velocitypowered.api.proxy
Methods in com.velocitypowered.api.proxy that return ServerInfoModifier and TypeMethodDescriptionServerConnection.getServerInfo()Returns the server info for this connection.Methods in com.velocitypowered.api.proxy with parameters of type ServerInfoModifier and TypeMethodDescriptionProxyServer.createRawRegisteredServer(ServerInfo server) Creates a rawRegisteredServerwithout tying it into the internal server map.ProxyServer.registerServer(ServerInfo server) Registers a server with this proxy.voidProxyServer.unregisterServer(ServerInfo server) Unregisters this server from the proxy. -
Uses of ServerInfo in com.velocitypowered.api.proxy.server
Methods in com.velocitypowered.api.proxy.server that return ServerInfoModifier and TypeMethodDescriptionRegisteredServer.getServerInfo()Returns theServerInfofor this server.Methods in com.velocitypowered.api.proxy.server with parameters of type ServerInfo