Class RGBColorEntry
java.lang.Object
net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<AbstractConfigEntry>
johnsmith.configoverhauled.api.client.gui.entry.AbstractConfigEntry
johnsmith.configoverhauled.impl.client.gui.entry.OptionEntry<Integer,net.minecraft.client.gui.components.EditBox>
johnsmith.configoverhauled.impl.client.gui.entry.AbstractTextEntry<Integer>
johnsmith.configoverhauled.impl.client.gui.entry.bounded.BoundedEntry<Integer>
johnsmith.configoverhauled.impl.client.gui.entry.bounded.ColorEntry<Property<Integer>>
johnsmith.configoverhauled.impl.client.gui.entry.bounded.RGBColorEntry
- All Implemented Interfaces:
ConfigEntry,net.minecraft.client.gui.components.events.ContainerEventHandler,net.minecraft.client.gui.components.events.GuiEventListener,net.minecraft.client.gui.components.TabOrderedElement,net.minecraft.client.gui.layouts.LayoutElement
-
Field Summary
Fields inherited from class johnsmith.configoverhauled.impl.client.gui.entry.OptionEntry
isLocked, labelComponent, minecraft, onValueChanged, parentScreen, property, resetButton, tooltip, widget -
Constructor Summary
ConstructorsConstructorDescriptionRGBColorEntry(Property<Integer> property, ConfigScreen parentScreen, net.minecraft.client.Minecraft minecraft, Runnable onValueChanged) -
Method Summary
Modifier and TypeMethodDescriptionprotected net.minecraft.util.FormattedCharSequenceformatColorString(String text, int cursorOffset) protected Stringprotected intprotected intgetPreviewColor(int rawValue) Methods inherited from class johnsmith.configoverhauled.impl.client.gui.entry.bounded.ColorEntry
charTyped, enforceHexFormatting, getBoundsTooltipText, getCurrentValueTooltipText, getDefaultValueTooltip, getRegexFilter, isPartialInput, isWithinBounds, keyPressed, parse, renderColorPreview, renderContent, renderNextColorPreviewTriangle, setupEditBox, updateWidgetValueMethods inherited from class johnsmith.configoverhauled.impl.client.gui.entry.bounded.BoundedEntry
applyInput, getBoundsMethods inherited from class johnsmith.configoverhauled.impl.client.gui.entry.AbstractTextEntry
createWidget, restoreCurrentValueMethods inherited from class johnsmith.configoverhauled.impl.client.gui.entry.OptionEntry
canReset, children, isDefault, isModified, matchesSearch, narratables, resetToDefault, setValue, updateResetButtonMethods inherited from class net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry
focusPathAtIndex, getFocused, isDragging, mouseClicked, nextFocusPath, setDragging, setFocusedMethods 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.ContainerEventHandler
getChildAt, getCurrentFocusPath, isFocused, keyReleased, mouseDragged, mouseReleased, mouseScrolled, setFocusedMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
getBorderForArrowNavigation, getRectangle, isMouseOver, mouseMoved, shouldTakeFocusAfterInteractionMethods inherited from interface net.minecraft.client.gui.layouts.LayoutElement
setPositionMethods inherited from interface net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
Constructor Details
-
RGBColorEntry
public RGBColorEntry(Property<Integer> property, ConfigScreen parentScreen, net.minecraft.client.Minecraft minecraft, Runnable onValueChanged)
-
-
Method Details
-
getHexFormatString
- Specified by:
getHexFormatStringin classColorEntry<Property<Integer>>
-
getMaxLength
protected int getMaxLength()- Specified by:
getMaxLengthin classColorEntry<Property<Integer>>
-
getPreviewColor
protected int getPreviewColor(int rawValue) - Specified by:
getPreviewColorin classColorEntry<Property<Integer>>
-
formatColorString
- Specified by:
formatColorStringin classColorEntry<Property<Integer>>
-