Package org.spongepowered.api.statistic
Interface StatisticCategory
- All Superinterfaces:
DefaultedRegistryValue<StatisticCategory>
- All Known Subinterfaces:
StatisticCategory.Typed<T>
@CatalogedBy(StatisticCategories.class)
public interface StatisticCategory
extends DefaultedRegistryValue<StatisticCategory>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends Statistic> Gets all theStatistics that are listed within thisStatisticCategory.Methods inherited from interface org.spongepowered.api.registry.DefaultedRegistryValue
asDefaultedReference, findKey, key
-
Method Details
-
statistics
Collection<? extends Statistic> statistics()Gets all theStatistics that are listed within thisStatisticCategory.- Returns:
- The statistics
-