Class RealmsSlotOptionsScreen.SettingsSlider
java.lang.Object
net.minecraft.client.gui.widget.ClickableWidget
net.minecraft.client.gui.widget.SliderWidget
net.minecraft.client.realms.gui.screen.RealmsSlotOptionsScreen.SettingsSlider
- All Implemented Interfaces:
Drawable,Element,Narratable,Navigable,Selectable,Widget
- Enclosing class:
RealmsSlotOptionsScreen
- Mappings:
Namespace Name intermediary net/minecraft/class_4423$class_4424official elj$anamed net/minecraft/client/realms/gui/screen/RealmsSlotOptionsScreen$SettingsSlider
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.gui.Selectable
Selectable.SelectionType -
Field Summary
FieldsFields inherited from class net.minecraft.client.gui.widget.SliderWidget
field_43051, field_43052, field_43054, field_43102, field_43103, valueFields inherited from class net.minecraft.client.gui.widget.ClickableWidget
ACCESSIBILITY_TEXTURE, active, alpha, height, hovered, visible, WIDGETS_TEXTURE, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.client.gui.widget.SliderWidget
appendClickableNarrations, getNarrationMessage, keyPressed, onDrag, playDownSound, renderButton, setFocusedMethods 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, setYMethods 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, getFocusedPath, keyReleased, mouseMoved, mouseScrolledMethods inherited from interface net.minecraft.client.gui.widget.Widget
setPosition
-
Field Details
-
min
private final double min- Mappings:
Namespace Name Mixin selector intermediary field_22725Lnet/minecraft/class_4423$class_4424;field_22725:Dofficial hLelj$a;h:Dnamed minLnet/minecraft/client/realms/gui/screen/RealmsSlotOptionsScreen$SettingsSlider;min:D
-
max
private final double max- Mappings:
Namespace Name Mixin selector intermediary field_22726Lnet/minecraft/class_4423$class_4424;field_22726:Dofficial iLelj$a;i:Dnamed maxLnet/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 intermediary <init>Lnet/minecraft/class_4423$class_4424;<init>(Lnet/minecraft/class_4423;IIIIFF)Vofficial <init>Lelj$a;<init>(Lelj;IIIIFF)Vnamed <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:
applyValuein classSliderWidget- Mappings:
Namespace Name Mixin selector intermediary method_25344Lnet/minecraft/class_357;method_25344()Vofficial aLeov;a()Vnamed applyValueLnet/minecraft/client/gui/widget/SliderWidget;applyValue()V
-
updateMessage
protected void updateMessage()- Specified by:
updateMessagein classSliderWidget- Mappings:
Namespace Name Mixin selector intermediary method_25346Lnet/minecraft/class_357;method_25346()Vofficial bLeov;b()Vnamed updateMessageLnet/minecraft/client/gui/widget/SliderWidget;updateMessage()V
-
onClick
public void onClick(double mouseX, double mouseY) - Overrides:
onClickin classSliderWidget- Mappings:
Namespace Name Mixin selector intermediary method_25348Lnet/minecraft/class_339;method_25348(DD)Vofficial aLeox;a(DD)Vnamed onClickLnet/minecraft/client/gui/widget/ClickableWidget;onClick(DD)V
-
onRelease
public void onRelease(double mouseX, double mouseY) - Overrides:
onReleasein classSliderWidget- Mappings:
Namespace Name Mixin selector intermediary method_25357Lnet/minecraft/class_339;method_25357(DD)Vofficial bLeox;b(DD)Vnamed onReleaseLnet/minecraft/client/gui/widget/ClickableWidget;onRelease(DD)V
-