Modifier and Type | Method and Description |
---|---|
void |
addPlotter(Metrics.Plotter plotter)
Add a plotter to the graph, which will be used to plot entries
|
boolean |
equals(Object object) |
String |
getName()
Gets the graph's name
|
Set<Metrics.Plotter> |
getPlotters()
Gets an unmodifiable set of the plotter objects in the graph
|
int |
hashCode() |
protected void |
onOptOut()
Called when the server owner decides to opt-out of BukkitMetrics while the server is running.
|
void |
removePlotter(Metrics.Plotter plotter)
Remove a plotter from the graph
|
public String getName()
public void addPlotter(Metrics.Plotter plotter)
plotter
- the plotter to add to the graphpublic void removePlotter(Metrics.Plotter plotter)
plotter
- the plotter to remove from the graphpublic Set<Metrics.Plotter> getPlotters()
Set
of the plotter objectsprotected void onOptOut()
Copyright © 2016. All rights reserved.