Package net.minecraft.client
Class OptionInstance.OptionInstanceSliderButton<N>
java.lang.Object
net.minecraft.client.gui.components.AbstractWidget
net.minecraft.client.gui.components.AbstractSliderButton
net.minecraft.client.gui.components.AbstractOptionSliderButton
net.minecraft.client.OptionInstance.OptionInstanceSliderButton<N>
- All Implemented Interfaces:
GuiEventListener
,Renderable
,TabOrderedElement
,LayoutElement
,NarratableEntry
,NarrationSupplier
,IAbstractWidgetExtension
- Enclosing class:
OptionInstance<T>
public static final class OptionInstance.OptionInstanceSliderButton<N>
extends AbstractOptionSliderButton
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.gui.narration.NarratableEntry
NarratableEntry.NarrationPriority
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final boolean
private Long
private final OptionInstance
<N> private final OptionInstance.TooltipSupplier
<N> private final OptionInstance.SliderableValueSet
<N> Fields inherited from class net.minecraft.client.gui.components.AbstractOptionSliderButton
options
Fields inherited from class net.minecraft.client.gui.components.AbstractSliderButton
TEXT_MARGIN, value
Fields inherited from class net.minecraft.client.gui.components.AbstractWidget
active, alpha, height, isHovered, packedFGColor, UNSET_FG_COLOR, visible, width
Fields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
-
Constructor Summary
ConstructorsConstructorDescriptionOptionInstanceSliderButton
(Options pOptions, int pX, int pY, int pWidth, int pHeight, OptionInstance<N> pInstance, OptionInstance.SliderableValueSet<N> pValues, OptionInstance.TooltipSupplier<N> pTooltipSupplier, Consumer<N> pOnValueChanged, boolean pApplyValueImmediately) -
Method Summary
Modifier and TypeMethodDescriptionvoid
protected void
void
renderWidget
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) protected void
Methods inherited from class net.minecraft.client.gui.components.AbstractSliderButton
createNarrationMessage, getHandleSprite, getSprite, keyPressed, onClick, onDrag, onRelease, playDownSound, setFocused, updateWidgetNarration
Methods inherited from class net.minecraft.client.gui.components.AbstractWidget
clearFGColor, clicked, defaultButtonNarrationText, getBottom, getFGColor, getHeight, getMessage, getRectangle, getRight, getTabOrderGroup, getTooltip, getWidth, getX, getY, isActive, isFocused, isHovered, isHoveredOrFocused, isMouseOver, isValidClickButton, mouseClicked, mouseDragged, mouseReleased, narrationPriority, nextFocusPath, render, renderScrollingString, renderScrollingString, renderScrollingString, setAlpha, setFGColor, setHeight, setMessage, setRectangle, setSize, setTabOrderGroup, setTooltip, setTooltipDelay, setWidth, setX, setY, updateNarration, visitWidgets, wrapDefaultNarrationMessage
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
charTyped, getCurrentFocusPath, keyReleased, mouseMoved, mouseScrolled
Methods inherited from interface net.neoforged.neoforge.client.extensions.IAbstractWidgetExtension
onClick
Methods inherited from interface net.minecraft.client.gui.layouts.LayoutElement
setPosition
-
Field Details
-
instance
-
values
-
tooltipSupplier
-
onValueChanged
-
delayedApplyAt
-
applyValueImmediately
private final boolean applyValueImmediately
-
-
Constructor Details
-
OptionInstanceSliderButton
OptionInstanceSliderButton(Options pOptions, int pX, int pY, int pWidth, int pHeight, OptionInstance<N> pInstance, OptionInstance.SliderableValueSet<N> pValues, OptionInstance.TooltipSupplier<N> pTooltipSupplier, Consumer<N> pOnValueChanged, boolean pApplyValueImmediately)
-
-
Method Details
-
updateMessage
protected void updateMessage()- Specified by:
updateMessage
in classAbstractSliderButton
-
applyValue
protected void applyValue()- Specified by:
applyValue
in classAbstractSliderButton
-
applyUnsavedValue
public void applyUnsavedValue() -
renderWidget
- Overrides:
renderWidget
in classAbstractSliderButton
-