Package net.minecraft.client.gui.widget
Class OptionSliderWidget
java.lang.Object
net.minecraft.client.gui.widget.ClickableWidget
net.minecraft.client.gui.widget.SliderWidget
net.minecraft.client.gui.widget.OptionSliderWidget
- All Implemented Interfaces:
- Drawable,- Element,- Narratable,- Navigable,- Selectable,- Widget
- Direct Known Subclasses:
- SimpleOption.OptionSliderWidgetImpl
- Mappings:
- Namespace - Name - official - epa- intermediary - net/minecraft/class_4892- named - net/minecraft/client/gui/widget/OptionSliderWidget
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.client.gui.SelectableSelectable.SelectionType
- 
Field SummaryFieldsFields inherited from class net.minecraft.client.gui.widget.SliderWidgetfield_43051, field_43052, field_43054, field_43102, field_43103, valueFields inherited from class net.minecraft.client.gui.widget.ClickableWidgetACCESSIBILITY_TEXTURE, active, alpha, height, hovered, visible, WIDGETS_TEXTURE, widthFields inherited from interface net.minecraft.client.gui.ElementMAX_DOUBLE_CLICK_INTERVAL
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedOptionSliderWidget(GameOptions options, int x, int y, int width, int height, double value) 
- 
Method SummaryMethods inherited from class net.minecraft.client.gui.widget.SliderWidgetappendClickableNarrations, applyValue, getNarrationMessage, keyPressed, onClick, onDrag, onRelease, playDownSound, renderButton, setFocused, updateMessageMethods inherited from class net.minecraft.client.gui.widget.ClickableWidgetappendDefaultNarrations, appendNarrations, clicked, drawScrollableText, drawScrollableText, drawTexture, forEachChild, getHeight, getMessage, getNarrationMessage, getNavigationFocus, getNavigationOrder, getNavigationPath, getTooltip, getTooltipPositioner, getType, getWidth, getX, getY, isFocused, isHovered, isMouseOver, isNarratable, isSelected, isValidClickButton, mouseClicked, mouseDragged, mouseReleased, render, setAlpha, setMessage, setNavigationOrder, setTooltip, setTooltipDelay, setWidth, setX, setYMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.ElementcharTyped, getFocusedPath, keyReleased, mouseMoved, mouseScrolledMethods inherited from interface net.minecraft.client.gui.widget.WidgetsetPosition
- 
Field Details- 
options- Mappings:
- Namespace - Name - Mixin selector - official - a- Lepa;a:Lenr;- intermediary - field_22738- Lnet/minecraft/class_4892;field_22738:Lnet/minecraft/class_315;- named - options- Lnet/minecraft/client/gui/widget/OptionSliderWidget;options:Lnet/minecraft/client/option/GameOptions;
 
 
- 
- 
Constructor Details- 
OptionSliderWidgetprotected OptionSliderWidget(GameOptions options, int x, int y, int width, int height, double value) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lepa;<init>(Lenr;IIIID)V- intermediary - <init>- Lnet/minecraft/class_4892;<init>(Lnet/minecraft/class_315;IIIID)V- named - <init>- Lnet/minecraft/client/gui/widget/OptionSliderWidget;<init>(Lnet/minecraft/client/option/GameOptions;IIIID)V
 
 
-