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