Package net.minecraft.client.gui.widget
Class OptionSliderWidget
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.widget.ClickableWidget
net.minecraft.client.gui.widget.SliderWidget
net.minecraft.client.gui.widget.OptionSliderWidget
- All Implemented Interfaces:
class_6379
,class_6383
,Drawable
,Element
- Direct Known Subclasses:
DoubleOptionSliderWidget
,SoundSliderWidget
- Mappings:
Namespace Name official dwe
intermediary net/minecraft/class_4892
named net/minecraft/client/gui/widget/OptionSliderWidget
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.class_6379
class_6379.class_6380
-
Field Summary
FieldsFields inherited from class net.minecraft.client.gui.widget.SliderWidget
value
Fields inherited from class net.minecraft.client.gui.widget.ClickableWidget
active, alpha, height, hovered, visible, WIDGETS_TEXTURE, width, x, y
Fields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
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
applyValue, getNarrationMessage, getYImage, keyPressed, method_37020, onClick, onDrag, onRelease, playDownSound, renderBackground, updateMessage
Methods inherited from class net.minecraft.client.gui.widget.ClickableWidget
changeFocus, clicked, getHeight, getMessage, getNarrationMessage, getWidth, isFocused, isHovered, isMouseOver, isValidClickButton, method_37018, method_37021, mouseClicked, mouseDragged, mouseReleased, onFocusedChanged, render, renderButton, renderToolTip, setAlpha, setFocused, setMessage, setWidth
Methods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredText, drawCenteredText, drawCenteredTextWithShadow, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, drawWithShadow, fill, fillGradient, fillGradient, fillGradient, getZOffset, method_29343, setZOffset
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, keyReleased, mouseMoved, mouseScrolled
-
Field Details
-
options
- Mappings:
Namespace Name Mixin selector official a
Ldwe;a:Ldvc;
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>
Ldwe;<init>(Ldvc;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
-