@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.
|
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 |
isOnlineMode()
Deprecated.
Does the server authenticate with mojang
|
int getTimeout()
String getUuid()
Collection<ListenerInfo> getListeners()
Map<String,ServerInfo> getServers()
boolean isOnlineMode()
int getPlayerLimit()
Collection<String> getDisabledCommands()
@Deprecated int getThrottle()
@Deprecated boolean isIpForward()
@Deprecated String getFavicon()
Favicon getFaviconObject()
Copyright © 2012–2014 SpigotMC. All rights reserved.