Class NumberEntry.FloatEntry
java.lang.Object
net.minecraft.client.gui.components.ObjectSelectionList.Entry<ConfigScreenList.Entry>
net.createmod.catnip.config.ui.ConfigScreenList.Entry
net.createmod.catnip.config.ui.ConfigScreenList.LabeledEntry
net.createmod.catnip.config.ui.entries.ValueEntry<Float>
net.createmod.catnip.config.ui.entries.NumberEntry<Float>
net.createmod.catnip.config.ui.entries.NumberEntry.FloatEntry
- All Implemented Interfaces:
TickableGuiEventListener,net.minecraft.client.gui.components.events.GuiEventListener,net.minecraft.client.gui.components.TabOrderedElement,net.minecraft.client.gui.narration.NarrationSupplier
- Enclosing class:
NumberEntry<T extends Number>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.createmod.catnip.config.ui.entries.NumberEntry
NumberEntry.DoubleEntry, NumberEntry.FloatEntry, NumberEntry.IntegerEntry -
Field Summary
Fields inherited from class net.createmod.catnip.config.ui.entries.NumberEntry
maxOffset, maxText, minOffset, minText, textFieldFields inherited from class net.createmod.catnip.config.ui.entries.ValueEntry
clipboardHelper, editable, resetButton, resetWidth, spec, valueFields inherited from class net.createmod.catnip.config.ui.ConfigScreenList.LabeledEntry
differenceAnimation, highlightAnimation, label, labelTooltip, labelWidthMult, unitFields inherited from class net.createmod.catnip.config.ui.ConfigScreenList.Entry
annotations, listeners, pathFields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS -
Constructor Summary
ConstructorsConstructorDescriptionFloatEntry(String label, net.neoforged.neoforge.common.ModConfigSpec.ConfigValue<Float> value, net.neoforged.neoforge.common.ModConfigSpec.ValueSpec spec) -
Method Summary
Methods inherited from class net.createmod.catnip.config.ui.entries.NumberEntry
create, formatBound, onValueChange, render, setEditable, tickMethods inherited from class net.createmod.catnip.config.ui.entries.ValueEntry
bumpCog, bumpCog, getLabelWidth, getValue, isCurrentValueDefault, mouseClicked, onReset, onValueChange, setValueMethods inherited from class net.createmod.catnip.config.ui.ConfigScreenList.LabeledEntry
getLabelTooltip, getNarrationMethods inherited from class net.createmod.catnip.config.ui.ConfigScreenList.Entry
charTyped, getGuiListeners, isCurrentValueChanged, keyPressedMethods inherited from class net.minecraft.client.gui.components.ObjectSelectionList.Entry
updateNarrationMethods 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
getCurrentFocusPath, getRectangle, isFocused, isMouseOver, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolled, nextFocusPath, setFocusedMethods inherited from interface net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
Constructor Details
-
FloatEntry
-
-
Method Details
-
getTypeMin
- Specified by:
getTypeMinin classNumberEntry<Float>
-
getTypeMax
- Specified by:
getTypeMaxin classNumberEntry<Float>
-
getParser
- Specified by:
getParserin classNumberEntry<Float>
-