Uses of Class
io.github.projectunified.faststats.core.Feature
Packages that use Feature
Package
Description
-
Uses of Feature in io.github.projectunified.faststats.core
Methods in io.github.projectunified.faststats.core with type parameters of type FeatureModifier and TypeMethodDescriptionFeature.getFeature(Class<T> featureClass) Finds a registered feature of the specified class.Metrics.getFeature(Class<T> featureClass) Finds a registered feature of the specified class.Methods in io.github.projectunified.faststats.core with parameters of type FeatureModifier and TypeMethodDescriptionMetrics.Builder.addFeature(Feature feature) Adds a feature to be configured with the submit executor.Method parameters in io.github.projectunified.faststats.core with type arguments of type FeatureModifier and TypeMethodDescriptionMetrics.Builder.addFeatures(Collection<Feature> features) Adds a collection of features to be configured with the submit executor. -
Uses of Feature in io.github.projectunified.faststats.errortracker
Subclasses of Feature in io.github.projectunified.faststats.errortrackerModifier and TypeClassDescriptionclassA feature that tracks uncaught and handled errors, anonymizes sensitive info, and submits report payloads. -
Uses of Feature in io.github.projectunified.faststats.paper
Subclasses of Feature in io.github.projectunified.faststats.paperModifier and TypeClassDescriptionclassA feature that registers an event listener on Paper servers to track uncaught server plugin exceptions responsible by the registered plugin, reporting them to the coreErrorTrackerfeature.