Class Metrics
java.lang.Object
net.ME1312.SubServers.Client.Sponge.Library.Metrics
SubServers BStats Metrics Implementation
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.gson.JsonObject
Gets the plugin specific data.static void
linkMetrics
(Object metrics) Links an other metrics class with this class.
-
Field Details
-
B_STATS_VERSION
public static final int B_STATS_VERSION- See Also:
-
-
Constructor Details
-
Metrics
-
-
Method Details
-
linkMetrics
Links an other metrics class with this class. This method is called using Reflection.- Parameters:
metrics
- An object of the metrics class to link.
-
getPluginData
public com.google.gson.JsonObject getPluginData()Gets the plugin specific data. This method is called using Reflection.- Returns:
- The plugin specific data.
-