Package net.ME1312.SubServers.Bungee
Class BungeeCommon
java.lang.Object
net.md_5.bungee.api.ProxyServer
net.md_5.bungee.BungeeCord
net.ME1312.SubServers.Bungee.BungeeCommon
- Direct Known Subclasses:
ExProxy
BungeeCord Common Layout Class
-
Field Summary
Fields inherited from class net.md_5.bungee.BungeeCord
config, eventLoops, gson, isRunning, pluginManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract String
Get the name from BungeeCord's original signature (for determining which fork is being used)static BungeeCommon
Gets the ProxyServer Common Objectabstract Map<String,
ServerInfo> Waterfall's getServersCopy()Methods inherited from class net.md_5.bungee.BungeeCord
addConnection, broadcast, broadcast, broadcast, broadcast, constructServerInfo, constructServerInfo, createTitle, getChannels, getConfig, getConfigurationAdapter, getConnectionThrottle, getConsole, getConsoleReader, getDisabledCommands, getGameVersion, getLogger, getName, getOnlineCount, getPlayer, getPlayer, getPlayerByOfflineUUID, getPlayers, getPluginManager, getPluginsFolder, getProtocolVersion, getReconnectHandler, getScheduler, getServerInfo, getServers, getTranslation, getVersion, matchPlayer, registerChannel, registerChannels, reloadMessages, removeConnection, setConfigurationAdapter, setReconnectHandler, start, startListeners, stop, stop, stopListeners, unregisterChannel
Methods inherited from class net.md_5.bungee.api.ProxyServer
setInstance
-
Field Details
-
listeners
-
-
Constructor Details
-
BungeeCommon
- Throws:
Exception
-
-
Method Details
-
getBungeeName
Get the name from BungeeCord's original signature (for determining which fork is being used)- Returns:
- BungeeCord Software Name
-
getServersCopy
Waterfall's getServersCopy()- Returns:
- Server Map Copy
-
getInstance
Gets the ProxyServer Common Object- Returns:
- ProxyServer Common
-