public class BetterFontSlider
extends net.minecraftforge.fml.client.config.GuiSlider
Modifier and Type | Field and Description |
---|---|
protected float |
scale |
dispString, dragging, drawString, maxValue, minValue, parent, precision, showDecimal, sliderValue, suffix
Constructor and Description |
---|
BetterFontSlider(int xPos,
int yPos,
int width,
int height,
java.lang.String prefix,
java.lang.String suf,
double minVal,
double maxVal,
double currentVal,
boolean showDec,
boolean drawStr,
float scale,
net.minecraftforge.fml.client.config.GuiSlider.ISlider par) |
Modifier and Type | Method and Description |
---|---|
void |
renderButton(int mouseX,
int mouseY,
float partial) |
getValue, getValueInt, getYImage, onClick, onRelease, renderBg, setValue, updateSlider
changeFocus, clicked, getFGColor, getHeight, getMessage, getNarrationMessage, getWidth, isFocused, isHovered, isMouseOver, isValidClickButton, mouseClicked, mouseDragged, mouseReleased, narrate, onDrag, onFocusedChanged, playDownSound, render, renderToolTip, setAlpha, setFGColor, setFocused, setHeight, setMessage, setWidth
blit, blit, blit, blit, blit, drawCenteredString, drawRightAlignedString, drawString, fill, fillGradient, hLine, innerBlit, vLine
public BetterFontSlider(int xPos, int yPos, int width, int height, java.lang.String prefix, java.lang.String suf, double minVal, double maxVal, double currentVal, boolean showDec, boolean drawStr, float scale, net.minecraftforge.fml.client.config.GuiSlider.ISlider par)