Interface GUIGaugeListener
- All Known Implementing Classes:
GUIDupGauge,GUIGauge,GUITextGauge
public interface GUIGaugeListener
Interface which is implemented by all listener classes.
-
Method Summary
-
Method Details
-
setValues
void setValues(int curValue, int minValue, int maxValue, @NotNull @NotNull String labelText, @NotNull @NotNull String tooltipText) Sets the values to display.- Parameters:
curValue- the values to displayminValue- the minimum possible valuemaxValue- the maximum possible valuelabelText- the label texttooltipText- the tooltip suffix
-
setHidden
void setHidden(boolean hidden) Specify whether this item should hide itself, independent of the "visibility" state.- Parameters:
hidden- whether the gauge is hidden
-