Package net.runelite.cache.definitions
Class OverlayDefinition
- java.lang.Object
-
- net.runelite.cache.definitions.OverlayDefinition
-
public class OverlayDefinition extends Object
-
-
Constructor Summary
Constructors Constructor Description OverlayDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcalculateHsl()protected booleancanEqual(Object other)booleanequals(Object o)intgetHue()intgetId()intgetLightness()intgetOtherHue()intgetOtherLightness()intgetOtherSaturation()intgetRgbColor()intgetSaturation()intgetSecondaryRgbColor()intgetTexture()inthashCode()booleanisHideUnderlay()voidsetHideUnderlay(boolean hideUnderlay)voidsetHue(int hue)voidsetId(int id)voidsetLightness(int lightness)voidsetOtherHue(int otherHue)voidsetOtherLightness(int otherLightness)voidsetOtherSaturation(int otherSaturation)voidsetRgbColor(int rgbColor)voidsetSaturation(int saturation)voidsetSecondaryRgbColor(int secondaryRgbColor)voidsetTexture(int texture)StringtoString()
-
-
-
Method Detail
-
calculateHsl
public void calculateHsl()
-
getId
public int getId()
-
getRgbColor
public int getRgbColor()
-
getTexture
public int getTexture()
-
getSecondaryRgbColor
public int getSecondaryRgbColor()
-
isHideUnderlay
public boolean isHideUnderlay()
-
getHue
public int getHue()
-
getSaturation
public int getSaturation()
-
getLightness
public int getLightness()
-
getOtherHue
public int getOtherHue()
-
getOtherSaturation
public int getOtherSaturation()
-
getOtherLightness
public int getOtherLightness()
-
setId
public void setId(int id)
-
setRgbColor
public void setRgbColor(int rgbColor)
-
setTexture
public void setTexture(int texture)
-
setSecondaryRgbColor
public void setSecondaryRgbColor(int secondaryRgbColor)
-
setHideUnderlay
public void setHideUnderlay(boolean hideUnderlay)
-
setHue
public void setHue(int hue)
-
setSaturation
public void setSaturation(int saturation)
-
setLightness
public void setLightness(int lightness)
-
setOtherHue
public void setOtherHue(int otherHue)
-
setOtherSaturation
public void setOtherSaturation(int otherSaturation)
-
setOtherLightness
public void setOtherLightness(int otherLightness)
-
canEqual
protected boolean canEqual(Object other)
-
-