Package org.spongepowered.api.statistic
Interface StatisticCategory
- All Known Subinterfaces:
StatisticCategory.Typed<T>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends Statistic> Gets all theStatistics that are listed within thisStatisticCategory.
-
Method Details
-
statistics
Collection<? extends Statistic> statistics()Gets all theStatistics that are listed within thisStatisticCategory.- Returns:
- The statistics
-