Class AbsorptionCounter
- java.lang.Object
-
- net.runelite.client.ui.overlay.infobox.InfoBox
-
- net.runelite.client.ui.overlay.infobox.Counter
-
- net.runelite.client.plugins.nightmarezone.AbsorptionCounter
-
public class AbsorptionCounter extends Counter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Color
getTextColor()
String
getTooltip()
void
setAboveThresholdColor(Color aboveThresholdColor)
void
setBelowThresholdColor(Color belowThresholdColor)
void
setThreshold(int threshold)
-
Methods inherited from class net.runelite.client.ui.overlay.infobox.Counter
getCount, getText, setCount, toString
-
Methods inherited from class net.runelite.client.ui.overlay.infobox.InfoBox
cull, getImage, getMenuEntries, getName, render, setImage, setMenuEntries, setPriority, setTooltip
-
-
-
-
Method Detail
-
getTextColor
public Color getTextColor()
- Overrides:
getTextColor
in classCounter
-
getTooltip
public String getTooltip()
- Overrides:
getTooltip
in classInfoBox
-
setThreshold
public void setThreshold(int threshold)
-
setAboveThresholdColor
public void setAboveThresholdColor(Color aboveThresholdColor)
-
setBelowThresholdColor
public void setBelowThresholdColor(Color belowThresholdColor)
-
-