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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddisable()Performs disable actions for the subsystemvoidenable()Performs enable actions for the subsystem.protected ServerUUIDprotected abstract void
-
Field Details
-
server
-
serverProperties
-
-
Constructor Details
-
ServerInfo
-
-
Method Details
-
getServer
-
getServerUUID
-
getServerIdentifier
-
getServerUUIDSafe
-
getServerProperties
-
enable
public void enable()Description copied from interface:SubSystemPerforms enable actions for the subsystem. -
loadServerInfo
protected abstract void loadServerInfo() -
disable
public void disable()Description copied from interface:SubSystemPerforms disable actions for the subsystem -
generateNewUUID
-