Package org.mcmonkey.sentinel.metrics
Class BStatsMetricsLite
java.lang.Object
org.mcmonkey.sentinel.metrics.BStatsMetricsLite
bStats collects some data for plugin authors.
Check out https://bStats.org/ to learn more about bStats!
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.json.JSONObject
Gets the plugin specific data.
-
Field Details
-
B_STATS_VERSION
public static final int B_STATS_VERSION- See Also:
-
-
Constructor Details
-
BStatsMetricsLite
public BStatsMetricsLite(org.bukkit.plugin.Plugin plugin) Class constructor.- Parameters:
plugin
- The plugin which stats should be submitted.
-
-
Method Details
-
getPluginData
public org.json.JSONObject getPluginData()Gets the plugin specific data. This method is called using Reflection.- Returns:
- The plugin specific data.
-