Package net.minecraft.client.gui.widget
Class DoubleOptionSliderWidget
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
net.minecraft.client.gui.widget.DoubleOptionSliderWidget
- All Implemented Interfaces:
class_6379,class_6383,Drawable,Element,OrderableTooltip
@Environment(CLIENT)
public class DoubleOptionSliderWidget
extends OptionSliderWidget
implements OrderableTooltip
- Mappings:
Namespace Name official dwzintermediary net/minecraft/class_4040named net/minecraft/client/gui/widget/DoubleOptionSliderWidget
-
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.OptionSliderWidget
optionsFields 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
ConstructorsConstructorDescriptionDoubleOptionSliderWidget(GameOptions gameOptions, int x, int y, int width, int height, DoubleOption option, List<OrderedText> orderedTooltip) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidMethods inherited from class net.minecraft.client.gui.widget.SliderWidget
getNarrationMessage, getYImage, keyPressed, method_37020, onClick, onDrag, onRelease, playDownSound, renderBackgroundMethods 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
-
option
- Mappings:
Namespace Name Mixin selector official cLdwz;c:Ldve;intermediary field_18012Lnet/minecraft/class_4040;field_18012:Lnet/minecraft/class_4067;named optionLnet/minecraft/client/gui/widget/DoubleOptionSliderWidget;option:Lnet/minecraft/client/option/DoubleOption;
-
orderedTooltip
- Mappings:
Namespace Name Mixin selector official dLdwz;d:Ljava/util/List;intermediary field_27984Lnet/minecraft/class_4040;field_27984:Ljava/util/List;named orderedTooltipLnet/minecraft/client/gui/widget/DoubleOptionSliderWidget;orderedTooltip:Ljava/util/List;
-
-
Constructor Details
-
DoubleOptionSliderWidget
public DoubleOptionSliderWidget(GameOptions gameOptions, int x, int y, int width, int height, DoubleOption option, List<OrderedText> orderedTooltip)- Mappings:
Namespace Name Mixin selector official <init>Ldwz;<init>(Ldvc;IIIILdve;Ljava/util/List;)Vintermediary <init>Lnet/minecraft/class_4040;<init>(Lnet/minecraft/class_315;IIIILnet/minecraft/class_4067;Ljava/util/List;)Vnamed <init>Lnet/minecraft/client/gui/widget/DoubleOptionSliderWidget;<init>(Lnet/minecraft/client/option/GameOptions;IIIILnet/minecraft/client/option/DoubleOption;Ljava/util/List;)V
-
-
Method Details
-
applyValue
protected void applyValue()- Specified by:
applyValuein classSliderWidget- Mappings:
Namespace Name Mixin selector official aLdwg;a()Vintermediary method_25344Lnet/minecraft/class_357;method_25344()Vnamed applyValueLnet/minecraft/client/gui/widget/SliderWidget;applyValue()V
-
updateMessage
protected void updateMessage()- Specified by:
updateMessagein classSliderWidget- Mappings:
Namespace Name Mixin selector official bLdwg;b()Vintermediary method_25346Lnet/minecraft/class_357;method_25346()Vnamed updateMessageLnet/minecraft/client/gui/widget/SliderWidget;updateMessage()V
-
getOrderedTooltip
- Specified by:
getOrderedTooltipin interfaceOrderableTooltip- Mappings:
Namespace Name Mixin selector official iLdxc;i()Ljava/util/List;intermediary method_31047Lnet/minecraft/class_5499;method_31047()Ljava/util/List;named getOrderedTooltipLnet/minecraft/client/util/OrderableTooltip;getOrderedTooltip()Ljava/util/List;
-