Class NumberEntry.FloatEntry
java.lang.Object
net.minecraft.client.gui.components.AbstractSelectionList.Entry<E>
net.minecraft.client.gui.components.ObjectSelectionList.Entry<ConfigScreenList.Entry>
com.simibubi.create.foundation.config.ui.ConfigScreenList.Entry
com.simibubi.create.foundation.config.ui.ConfigScreenList.LabeledEntry
com.simibubi.create.foundation.config.ui.entries.ValueEntry<T>
com.simibubi.create.foundation.config.ui.entries.NumberEntry<Float>
com.simibubi.create.foundation.config.ui.entries.NumberEntry.FloatEntry
- All Implemented Interfaces:
TickableGuiEventListener,net.minecraft.client.gui.components.events.GuiEventListener,net.minecraft.client.gui.narration.NarrationSupplier
- Enclosing class:
- NumberEntry<T extends Number>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.simibubi.create.foundation.config.ui.entries.NumberEntry
NumberEntry.DoubleEntry, NumberEntry.FloatEntry, NumberEntry.IntegerEntry -
Field Summary
Fields inherited from class com.simibubi.create.foundation.config.ui.entries.NumberEntry
maxOffset, maxText, minOffset, minText, textFieldFields inherited from class com.simibubi.create.foundation.config.ui.entries.ValueEntry
editable, resetButton, resetWidth, spec, valueFields inherited from class com.simibubi.create.foundation.config.ui.ConfigScreenList.LabeledEntry
differenceAnimation, highlightAnimation, label, labelTooltip, labelWidthMult, unitFields inherited from class com.simibubi.create.foundation.config.ui.ConfigScreenList.Entry
annotations, listeners, pathFields inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry
listFields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS -
Constructor Summary
ConstructorsConstructorDescriptionFloatEntry(String label, net.minecraftforge.common.ForgeConfigSpec.ConfigValue<Float> value, net.minecraftforge.common.ForgeConfigSpec.ValueSpec spec) -
Method Summary
Methods inherited from class com.simibubi.create.foundation.config.ui.entries.NumberEntry
create, formatBound, onValueChange, render, setEditable, tickMethods inherited from class com.simibubi.create.foundation.config.ui.entries.ValueEntry
bumpCog, bumpCog, getLabelWidth, getValue, isCurrentValueDefault, onReset, onValueChange, setValueMethods inherited from class com.simibubi.create.foundation.config.ui.ConfigScreenList.LabeledEntry
getLabelTooltip, getNarrationMethods inherited from class com.simibubi.create.foundation.config.ui.ConfigScreenList.Entry
charTyped, getGuiListeners, isCurrentValueChanged, keyPressed, mouseClickedMethods inherited from class net.minecraft.client.gui.components.ObjectSelectionList.Entry
changeFocus, updateNarrationMethods inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry
isMouseOverMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
changeFocus, isMouseOver, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
-
Constructor Details
-
FloatEntry
-
-
Method Details
-
getTypeMin
- Specified by:
getTypeMinin classNumberEntry<Float>
-
getTypeMax
- Specified by:
getTypeMaxin classNumberEntry<Float>
-
getParser
- Specified by:
getParserin classNumberEntry<Float>
-