Package org.spongepowered.api.statistic
Interface StatisticCategory
-
- All Known Subinterfaces:
StatisticCategory.Typed<T>
@CatalogedBy(StatisticCategories.class) public interface StatisticCategory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceStatisticCategory.Typed<T>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<? extends Statistic>statistics()Gets all theStatistics that are listed within thisStatisticCategory.
-
-
-
Method Detail
-
statistics
Collection<? extends Statistic> statistics()
Gets all theStatistics that are listed within thisStatisticCategory.- Returns:
- The statistics
-
-