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 Summary
Nested classes/interfaces inherited from interface net.minecraft.client.gui.Selectable
Selectable.SelectionType
-
Field Summary
Fields inherited from class net.minecraft.client.gui.widget.SliderWidget
field_43051, field_43052, field_43054, field_43102, field_43103, value
Fields inherited from class net.minecraft.client.gui.widget.ClickableWidget
ACCESSIBILITY_TEXTURE, active, alpha, height, hovered, visible, WIDGETS_TEXTURE, width
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
ModifierConstructorDescriptionprotected
OptionSliderWidget
(GameOptions options, int x, int y, int width, int height, double value) -
Method Summary
Methods inherited from class net.minecraft.client.gui.widget.SliderWidget
appendClickableNarrations, applyValue, getNarrationMessage, keyPressed, onClick, onDrag, onRelease, playDownSound, renderButton, setFocused, updateMessage
Methods inherited from class net.minecraft.client.gui.widget.ClickableWidget
appendDefaultNarrations, 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, setY
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.Element
charTyped, getFocusedPath, keyReleased, mouseMoved, mouseScrolled
Methods inherited from interface net.minecraft.client.gui.widget.Widget
setPosition
-
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
-
OptionSliderWidget
protected 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
-