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 dweintermediary net/minecraft/class_4892named 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
valueFields inherited from class net.minecraft.client.gui.widget.ClickableWidget
active, alpha, height, hovered, visible, WIDGETS_TEXTURE, width, x, yFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedOptionSliderWidget(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, updateMessageMethods 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, setWidthMethods 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, setZOffsetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.Element
charTyped, keyReleased, mouseMoved, mouseScrolled
-
Field Details
-
options
- Mappings:
Namespace Name Mixin selector official aLdwe;a:Ldvc;intermediary field_22738Lnet/minecraft/class_4892;field_22738:Lnet/minecraft/class_315;named optionsLnet/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)Vintermediary <init>Lnet/minecraft/class_4892;<init>(Lnet/minecraft/class_315;IIIID)Vnamed <init>Lnet/minecraft/client/gui/widget/OptionSliderWidget;<init>(Lnet/minecraft/client/option/GameOptions;IIIID)V
-