public interface Metrics
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels this instance's scheduled data sending.
|
List<Metrics> |
getKnownMetricsInstances()
Gets all metrics instances known to this instance.
|
org.spongepowered.api.plugin.PluginContainer |
getPluginContainer()
Gets the plugin container for this instance.
|
com.google.gson.JsonObject |
getPluginData()
Gets the plugin specific data
|
int |
getRevision()
Gets the revision of this bStats instance.
|
void |
linkMetrics(Metrics metrics)
Links another metrics instance to this one, which should be the master instance.
|
void cancel()
List<Metrics> getKnownMetricsInstances()
com.google.gson.JsonObject getPluginData()
org.spongepowered.api.plugin.PluginContainer getPluginContainer()
int getRevision()
void linkMetrics(Metrics metrics)
metrics - metrics instanceCopyright © 2017–2020. All rights reserved.