Class Metrics.AdvancedBarChart

java.lang.Object
cn.nukkit.metrics.Metrics.CustomChart
cn.nukkit.metrics.Metrics.AdvancedBarChart
Enclosing class:
Metrics

@Since("1.4.0.0-PN") public static class Metrics.AdvancedBarChart extends Metrics.CustomChart
Represents a custom advanced bar chart.
  • Constructor Details

    • AdvancedBarChart

      @Since("1.4.0.0-PN") public AdvancedBarChart(String chartId, Callable<Map<String,int[]>> callable)
      Class constructor.
      Parameters:
      chartId - The id of the chart.
      callable - The callable which is used to request the chart data.
  • Method Details