Class Metrics.AdvancedPie

java.lang.Object
org.geysermc.geyser.util.Metrics.CustomChart
org.geysermc.geyser.util.Metrics.AdvancedPie
Enclosing class:
Metrics

public static class Metrics.AdvancedPie extends Metrics.CustomChart
Represents a custom advanced pie.
  • Constructor Details

    • AdvancedPie

      public AdvancedPie(String chartId, Callable<Map<String,​Integer>> callable)
      Class constructor.
      Parameters:
      chartId - The id of the chart.
      callable - The callable which is used to request the chart data.
  • Method Details