Class BungeeServerInfo
- java.lang.Object
-
- com.djrapitops.plan.identification.ServerInfo
-
- com.djrapitops.plan.identification.BungeeServerInfo
-
- All Implemented Interfaces:
SubSystem
@Singleton public class BungeeServerInfo extends ServerInfo
Manages Server information on the Bungee instance.
-
-
Field Summary
-
Fields inherited from class com.djrapitops.plan.identification.ServerInfo
server, serverProperties
-
-
Constructor Summary
Constructors Constructor Description BungeeServerInfo(ServerProperties serverProperties, ServerFileLoader fromFile, ServerDBLoader fromDatabase, Processing processing, Addresses addresses, net.playeranalytics.plugin.server.PluginLogger logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
loadServerInfo()
-
Methods inherited from class com.djrapitops.plan.identification.ServerInfo
disable, enable, generateNewUUID, getServer, getServerProperties, getServerUUID, getServerUUIDSafe
-
-
-
-
Constructor Detail
-
BungeeServerInfo
@Inject public BungeeServerInfo(ServerProperties serverProperties, ServerFileLoader fromFile, ServerDBLoader fromDatabase, Processing processing, Addresses addresses, net.playeranalytics.plugin.server.PluginLogger logger)
-
-
Method Detail
-
loadServerInfo
public void loadServerInfo()
- Specified by:
loadServerInfo
in classServerInfo
-
-