Class VelocityServerInfo
- java.lang.Object
-
- com.djrapitops.plan.identification.ServerInfo
-
- com.djrapitops.plan.identification.VelocityServerInfo
-
- All Implemented Interfaces:
SubSystem
@Singleton public class VelocityServerInfo extends ServerInfo
Manages Server information on the Velocity instance.
-
-
Field Summary
-
Fields inherited from class com.djrapitops.plan.identification.ServerInfo
server, serverProperties
-
-
Constructor Summary
Constructors Constructor Description VelocityServerInfo(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
-
VelocityServerInfo
@Inject public VelocityServerInfo(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
-
-