Package noppes.npcs.api.gui
Interface ISlider
- All Superinterfaces:
ICustomGuiComponent
-
Method Summary
Modifier and TypeMethodDescriptionint
float
getMax()
float
getMin()
float
getValue()
setDecimals
(int i) setMax
(float max) setMin
(float min) setOnChange
(GuiComponentUpdate<ISlider> onChange) setValue
(float value) Methods inherited from interface noppes.npcs.api.gui.ICustomGuiComponent
getEnabled, getHeight, getHoverText, getID, getPosX, getPosY, getType, getUniqueID, getVisible, getWidth, hasHoverText, setEnabled, setHoverText, setHoverText, setID, setPos, setSize, setVisible
-
Method Details
-
getValue
float getValue() -
setValue
-
getFormat
String getFormat() -
setFormat
-
getMin
float getMin() -
setMin
-
getMax
float getMax() -
setMax
-
getDecimals
int getDecimals() -
setDecimals
-
setOnChange
-