Interface Statistic

All Known Subinterfaces:
Statistic.TypeInstance<T>

@CatalogedBy(Statistics.class) public interface Statistic
Represents some statistic in minecraft.
  • Method Details

    • criterion

      Optional<Criterion> criterion()
      Returns the objective Criterion for this statistic.
      Returns:
      Objective criterion
    • format

      NumberFormat format()
      Returns the NumberFormat used to format the value of this statistic.
      Returns:
      Statistic's number format