模块 mxlib.bukkit

类 Metrics.AdvancedBarChart

  • 封闭类:
    Metrics

    public static class Metrics.AdvancedBarChart
    extends Metrics.CustomChart
    Represents a custom advanced bar chart.
    • 构造器详细资料

      • AdvancedBarChart

        public AdvancedBarChart​(String chartId,
                                Callable<Map<String,​int[]>> callable)
        Class constructor.
        参数:
        chartId - The id of the chart.
        callable - The callable which is used to request the chart data.