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