public class BStatsMetrics extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BStatsMetrics.AdvancedBarChart
Represents a custom advanced bar chart.
|
static class |
BStatsMetrics.AdvancedMapChart
Represents a custom advanced map chart.
|
static class |
BStatsMetrics.AdvancedPie
Represents a custom advanced pie.
|
static class |
BStatsMetrics.Country
A enum which is used for custom maps.
|
static class |
BStatsMetrics.CustomChart
Represents a custom chart.
|
static class |
BStatsMetrics.MultiLineChart
Represents a custom multi line chart.
|
static class |
BStatsMetrics.SimpleBarChart
Represents a custom simple bar chart.
|
static class |
BStatsMetrics.SimpleMapChart
Represents a custom simple map chart.
|
static class |
BStatsMetrics.SimplePie
Represents a custom simple pie.
|
static class |
BStatsMetrics.SingleLineChart
Represents a custom single line chart.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
B_STATS_VERSION |
| Constructor and Description |
|---|
BStatsMetrics(org.bukkit.plugin.java.JavaPlugin plugin)
Class constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addCustomChart(BStatsMetrics.CustomChart chart)
Adds a custom chart.
|
org.json.simple.JSONObject |
getPluginData()
Gets the plugin specific data.
|
public static final int B_STATS_VERSION
public BStatsMetrics(org.bukkit.plugin.java.JavaPlugin plugin)
plugin - The plugin which stats should be submitted.public void addCustomChart(BStatsMetrics.CustomChart chart)
chart - The chart to add.public org.json.simple.JSONObject getPluginData()
Copyright © 2017. All rights reserved.