@Deprecated public interface ProxyConfig
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getDisabledCommands()
Deprecated.
A collection of disabled commands.
|
String |
getFavicon()
Deprecated.
Use #getFaviconObject instead.
|
Favicon |
getFaviconObject()
Deprecated.
The favicon used for the server ping list.
|
Collection<ListenerInfo> |
getListeners()
Deprecated.
Set of all listeners.
|
int |
getPlayerLimit()
Deprecated.
Returns the player max.
|
int |
getRemotePingCache()
Deprecated.
Time in milliseconds to cache server list info from a ping request from
the proxy to a server.
|
int |
getRemotePingTimeout()
Deprecated.
Time in milliseconds before timing out a ping request from the proxy to a
server when attempting to request server list info.
|
int |
getServerConnectTimeout()
Deprecated.
Time in milliseconds before timing out a clients request to connect to a
server.
|
Map<String,ServerInfo> |
getServers()
Deprecated.
Set of all servers.
|
int |
getThrottle()
Deprecated.
|
int |
getTimeout()
Deprecated.
Time before users are disconnected due to no network activity.
|
String |
getUuid()
Deprecated.
UUID used for metrics.
|
boolean |
isIpForward()
Deprecated.
|
boolean |
isLogCommands()
Deprecated.
Whether proxy commands are logged to the proxy log.
|
boolean |
isOnlineMode()
Deprecated.
Does the server authenticate with Mojang.
|
int getTimeout()
String getUuid()
Collection<ListenerInfo> getListeners()
Map<String,ServerInfo> getServers()
boolean isOnlineMode()
boolean isLogCommands()
int getRemotePingCache()
int getPlayerLimit()
Collection<String> getDisabledCommands()
int getServerConnectTimeout()
int getRemotePingTimeout()
@Deprecated int getThrottle()
@Deprecated boolean isIpForward()
@Deprecated String getFavicon()
Favicon getFaviconObject()
Copyright © 2012–2020 SpigotMC. All rights reserved.