Class RealmsSlotOptionsScreen.SettingsSlider
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.widget.ClickableWidget
net.minecraft.client.gui.widget.SliderWidget
net.minecraft.client.realms.gui.screen.RealmsSlotOptionsScreen.SettingsSlider
- All Implemented Interfaces:
class_6379
,class_6383
,Drawable
,Element
- Enclosing class:
- RealmsSlotOptionsScreen
- Mappings:
Namespace Name official dsx$a
intermediary net/minecraft/class_4423$class_4424
named net/minecraft/client/realms/gui/screen/RealmsSlotOptionsScreen$SettingsSlider
-
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
Constructors -
Method Summary
Methods inherited from class net.minecraft.client.gui.widget.SliderWidget
getNarrationMessage, getYImage, keyPressed, method_37020, onDrag, playDownSound, renderBackground
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
-
min
private final double min- Mappings:
Namespace Name Mixin selector official c
Ldsx$a;c:D
intermediary field_22725
Lnet/minecraft/class_4423$class_4424;field_22725:D
named min
Lnet/minecraft/client/realms/gui/screen/RealmsSlotOptionsScreen$SettingsSlider;min:D
-
max
private final double max- Mappings:
Namespace Name Mixin selector official d
Ldsx$a;d:D
intermediary field_22726
Lnet/minecraft/class_4423$class_4424;field_22726:D
named max
Lnet/minecraft/client/realms/gui/screen/RealmsSlotOptionsScreen$SettingsSlider;max:D
-
-
Constructor Details
-
SettingsSlider
public SettingsSlider(int x, int y, int width, int value, float min, float max)- Mappings:
Namespace Name Mixin selector official <init>
Ldsx$a;<init>(Ldsx;IIIIFF)V
intermediary <init>
Lnet/minecraft/class_4423$class_4424;<init>(Lnet/minecraft/class_4423;IIIIFF)V
named <init>
Lnet/minecraft/client/realms/gui/screen/RealmsSlotOptionsScreen$SettingsSlider;<init>(Lnet/minecraft/client/realms/gui/screen/RealmsSlotOptionsScreen;IIIIFF)V
-
-
Method Details
-
applyValue
public void applyValue()- Specified by:
applyValue
in classSliderWidget
- Mappings:
Namespace Name Mixin selector official a
Ldwg;a()V
intermediary method_25344
Lnet/minecraft/class_357;method_25344()V
named applyValue
Lnet/minecraft/client/gui/widget/SliderWidget;applyValue()V
-
updateMessage
protected void updateMessage()- Specified by:
updateMessage
in classSliderWidget
- Mappings:
Namespace Name Mixin selector official b
Ldwg;b()V
intermediary method_25346
Lnet/minecraft/class_357;method_25346()V
named updateMessage
Lnet/minecraft/client/gui/widget/SliderWidget;updateMessage()V
-
onClick
public void onClick(double mouseX, double mouseY)- Overrides:
onClick
in classSliderWidget
- Mappings:
Namespace Name Mixin selector official a
Ldwh;a(DD)V
intermediary method_25348
Lnet/minecraft/class_339;method_25348(DD)V
named onClick
Lnet/minecraft/client/gui/widget/ClickableWidget;onClick(DD)V
-
onRelease
public void onRelease(double mouseX, double mouseY)- Overrides:
onRelease
in classSliderWidget
- Mappings:
Namespace Name Mixin selector official b
Ldwh;b(DD)V
intermediary method_25357
Lnet/minecraft/class_339;method_25357(DD)V
named onRelease
Lnet/minecraft/client/gui/widget/ClickableWidget;onRelease(DD)V
-