Uses of Interface
io.github.projectunified.faststats.core.Metric
Packages that use Metric
Package
Description
-
Uses of Metric in io.github.projectunified.faststats.bukkit
Methods in io.github.projectunified.faststats.bukkit that return types with arguments of type Metric -
Uses of Metric in io.github.projectunified.faststats.bungeecord
Methods in io.github.projectunified.faststats.bungeecord that return types with arguments of type Metric -
Uses of Metric in io.github.projectunified.faststats.core
Methods in io.github.projectunified.faststats.core that return MetricModifier and TypeMethodDescriptionCreates a new Array metric.Creates a new Boolean metric.static <E> Metric<Collection<Object>> Metric.collection(String name, Callable<Collection<E>> supplier) Creates a new Collection metric.Creates a new Map metric.Creates a new Number metric.Creates a new String metric.Methods in io.github.projectunified.faststats.core that return types with arguments of type MetricModifier and TypeMethodDescriptionCollection<Metric<?>> Platform.getMetrics()Gets default platform-specific metrics.Methods in io.github.projectunified.faststats.core with parameters of type MetricModifier and TypeMethodDescriptionAdds a metric to be collected and submitted.Method parameters in io.github.projectunified.faststats.core with type arguments of type MetricModifier and TypeMethodDescriptionMetrics.Builder.addMetrics(Collection<Metric<?>> metrics) Adds a collection of metrics to be collected and submitted. -
Uses of Metric in io.github.projectunified.faststats.hytale
Methods in io.github.projectunified.faststats.hytale that return types with arguments of type Metric -
Uses of Metric in io.github.projectunified.faststats.minestom
Methods in io.github.projectunified.faststats.minestom that return types with arguments of type Metric -
Uses of Metric in io.github.projectunified.faststats.nukkit
Methods in io.github.projectunified.faststats.nukkit that return types with arguments of type Metric -
Uses of Metric in io.github.projectunified.faststats.sponge
Methods in io.github.projectunified.faststats.sponge that return types with arguments of type Metric -
Uses of Metric in io.github.projectunified.faststats.velocity
Methods in io.github.projectunified.faststats.velocity that return types with arguments of type Metric