public static class NumberEntry.FloatEntry extends NumberEntry<java.lang.Float>
NumberEntry.DoubleEntry, NumberEntry.FloatEntry, NumberEntry.IntegerEntrymaxOffset, maxText, minOffset, minText, textFieldeditable, resetButton, resetWidth, spec, valuedifferenceAnimation, highlightAnimation, label, labelTooltip, labelWidthMult, unitannotations, listeners, path| Constructor and Description |
|---|
FloatEntry(java.lang.String label,
net.minecraftforge.common.ForgeConfigSpec.ConfigValue<java.lang.Float> value,
net.minecraftforge.common.ForgeConfigSpec.ValueSpec spec) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.function.Function<java.lang.String,java.lang.Float> |
getParser() |
protected java.lang.Float |
getTypeMax() |
protected java.lang.Float |
getTypeMin() |
create, formatBound, onValueChange, render, setEditable, tickbumpCog, bumpCog, getLabelWidth, getValue, isCurrentValueDefault, onReset, onValueChange, setValuegetLabelTooltipcharTyped, getGuiListeners, isCurrentValueChanged, keyPressed, mouseClickedchangeFocusisMouseOverpublic FloatEntry(java.lang.String label,
net.minecraftforge.common.ForgeConfigSpec.ConfigValue<java.lang.Float> value,
net.minecraftforge.common.ForgeConfigSpec.ValueSpec spec)
protected java.lang.Float getTypeMin()
getTypeMin in class NumberEntry<java.lang.Float>protected java.lang.Float getTypeMax()
getTypeMax in class NumberEntry<java.lang.Float>protected java.util.function.Function<java.lang.String,java.lang.Float> getParser()
getParser in class NumberEntry<java.lang.Float>