Class Metrics
java.lang.Object
nl.mtvehicles.core.infrastructure.utils.Metrics
bStats collects some data for plugin authors.
Check out https://bStats.org/ to learn more about bStats!
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Represents a custom advanced bar chart.static class
Represents a custom advanced pie.static class
Represents a custom chart.static class
Represents a custom drilldown pie.static class
Represents a custom multi line chart.static class
Represents a custom simple bar chart.static class
Represents a custom simple pie.static class
Represents a custom single line chart. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCustomChart(Metrics.CustomChart chart)
Adds a custom chart.com.google.gson.JsonObject
Gets the plugin specific data.boolean
Checks if bStats is enabled.
-
Field Details
-
B_STATS_VERSION
public static final int B_STATS_VERSION- See Also:
- Constant Field Values
-
-
Constructor Details
-
Metrics
public Metrics(org.bukkit.plugin.Plugin plugin, int pluginId)Class constructor.- Parameters:
plugin
- The plugin which stats should be submitted.pluginId
- The id of the plugin. It can be found at What is my plugin id?
-
-
Method Details
-
isEnabled
public boolean isEnabled()Checks if bStats is enabled.- Returns:
- Whether bStats is enabled or not.
-
addCustomChart
Adds a custom chart.- Parameters:
chart
- The chart to add.
-
getPluginData
public com.google.gson.JsonObject getPluginData()Gets the plugin specific data. This method is called using Reflection.- Returns:
- The plugin specific data.
-