public static class GuiPageButtonList.GuiSlideEntry extends GuiPageButtonList.GuiListEntry
Modifier and Type | Field and Description |
---|---|
private GuiSlider.FormatHelper |
formatter |
private float |
initialValue |
private float |
maxValue |
private float |
minValue |
Constructor and Description |
---|
GuiSlideEntry(int p_i45530_1_,
java.lang.String p_i45530_2_,
boolean p_i45530_3_,
GuiSlider.FormatHelper p_i45530_4_,
float p_i45530_5_,
float p_i45530_6_,
float p_i45530_7_) |
Modifier and Type | Method and Description |
---|---|
GuiSlider.FormatHelper |
getFormatter() |
float |
getInitalValue() |
float |
getMaxValue() |
float |
getMinValue() |
getCaption, getId, shouldStartVisible
private final GuiSlider.FormatHelper formatter
private final float minValue
private final float maxValue
private final float initialValue
public GuiSlideEntry(int p_i45530_1_, java.lang.String p_i45530_2_, boolean p_i45530_3_, GuiSlider.FormatHelper p_i45530_4_, float p_i45530_5_, float p_i45530_6_, float p_i45530_7_)
public GuiSlider.FormatHelper getFormatter()
public float getMinValue()
public float getMaxValue()
public float getInitalValue()