Class ServerInfo
java.lang.Object
com.djrapitops.plan.identification.ServerInfo
- All Implemented Interfaces:
SubSystem
- Direct Known Subclasses:
BungeeServerInfo
,ServerServerInfo
,VelocityServerInfo
SubSystem for managing Server information.
Most information is accessible via static methods.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
disable()
Performs disable actions for the subsystemvoid
enable()
Performs enable actions for the subsystem.protected ServerUUID
protected abstract void
-
Field Details
-
server
-
serverProperties
-
-
Constructor Details
-
ServerInfo
-
-
Method Details
-
getServer
-
getServerUUID
-
getServerIdentifier
-
getServerUUIDSafe
-
getServerProperties
-
enable
public void enable()Description copied from interface:SubSystem
Performs enable actions for the subsystem. -
loadServerInfo
protected abstract void loadServerInfo() -
disable
public void disable()Description copied from interface:SubSystem
Performs disable actions for the subsystem -
generateNewUUID
-