public class GuiVolumeSlider
extends info.u_team.u_team_core.gui.elements.ScalableSlider
disabledTextColor, EMPTY_TOOLTIP, EMTPY_SLIDER, isInContainer, LIGHT_GRAY, sliderBackgroundColor, sliderBackgroundTextureProvider, sliderColor, textColor, WHITEdispString, dragging, drawString, maxValue, minValue, parent, precision, showDecimal, sliderValue, suffix| Constructor and Description |
|---|
GuiVolumeSlider(int x,
int y,
int width,
int height,
net.minecraft.util.text.ITextComponent prefix,
net.minecraft.util.text.ITextComponent suffix,
double minValue,
double maxValue,
double value,
boolean decimalPrecision,
boolean drawDescription,
boolean isInContainer,
float scale,
net.minecraftforge.fml.client.gui.widget.Slider.ISlider slider) |
| Modifier and Type | Method and Description |
|---|---|
void |
onClick(double mouseX,
double mouseY) |
void |
onRelease(double mouseX,
double mouseY) |
getCurrentScale, getScale, renderForeground, setScalechangeSliderValue, getCurrentBackgroundColor, getCurrentSliderColor, getCurrentText, getCurrentTextColor, getDisabledTextColor, getNarrationMessage, getSliderBackgroundColor, getSliderColor, getTextColor, keyPressed, onDrag, playDownSound, renderBackground, renderBg, renderToolTip, renderWidget, setDisabledTextColor, setSlider, setSlider, setSliderBackgroundColor, setSliderColor, setSliderValue, setTextColor, setTooltipgetValue, getValueInt, getYImage, setValue, updateSliderchangeFocus, clearFGColor, clicked, getFGColor, getHeight, getMessage, getWidth, isFocused, isHovered, isMouseOver, isValidClickButton, mouseClicked, mouseDragged, mouseReleased, narrate, onFocusedChanged, queueNarration, render, setAlpha, setFGColor, setFocused, setHeight, setMessage, setWidthblit, blit, blit, blit, blit, blitBlackOutline, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLinepublic GuiVolumeSlider(int x,
int y,
int width,
int height,
net.minecraft.util.text.ITextComponent prefix,
net.minecraft.util.text.ITextComponent suffix,
double minValue,
double maxValue,
double value,
boolean decimalPrecision,
boolean drawDescription,
boolean isInContainer,
float scale,
net.minecraftforge.fml.client.gui.widget.Slider.ISlider slider)