Class RealmsSlotOptionsScreen.SettingsSlider
java.lang.Object
net.minecraft.client.gui.widget.ClickableWidget
net.minecraft.client.gui.widget.ClickableWidget.class_12230
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 named net/minecraft/client/realms/gui/screen/RealmsSlotOptionsScreen$SettingsSliderintermediary net/minecraft/class_4423$class_4424official gba$a
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.widget.ClickableWidget
ClickableWidget.class_12230Nested 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_41790, field_43054, field_60708, sliderFocused, value -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.client.gui.widget.SliderWidget
appendClickableNarrations, getNarrationMessage, keyPressed, onClick, onDrag, onRelease, playDownSound, renderWidget, setFocused, setValueMethods inherited from class net.minecraft.client.gui.widget.ClickableWidget.class_12230
getMessage, method_75800, setMessageMethods inherited from class net.minecraft.client.gui.widget.ClickableWidget
appendDefaultNarrations, appendNarrations, forEachChild, getBottom, getHeight, getNarrationMessage, getNavigationFocus, getNavigationOrder, getNavigationPath, getRight, getType, getWidth, getX, getY, isFocused, isHovered, isInteractable, isMouseOver, isSelected, isValidClickButton, method_75798, method_75799, mouseClicked, mouseDragged, mouseReleased, playClickSound, render, setAlpha, setDimensions, setDimensionsAndPosition, setHeight, 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, getBorder, getFocusedPath, isClickable, keyReleased, mouseMoved, mouseScrolledMethods inherited from interface net.minecraft.client.gui.Selectable
getNarratedPartsMethods inherited from interface net.minecraft.client.gui.widget.Widget
setPosition
-
Field Details
-
min
private final double min- Mappings:
Namespace Name Mixin selector named minLnet/minecraft/client/realms/gui/screen/RealmsSlotOptionsScreen$SettingsSlider;min:Dintermediary field_22725Lnet/minecraft/class_4423$class_4424;field_22725:Dofficial nLgba$a;n:D
-
max
private final double max- Mappings:
Namespace Name Mixin selector named maxLnet/minecraft/client/realms/gui/screen/RealmsSlotOptionsScreen$SettingsSlider;max:Dintermediary field_22726Lnet/minecraft/class_4423$class_4424;field_22726:Dofficial oLgba$a;o:D
-
-
Constructor Details
-
SettingsSlider
public SettingsSlider(int x, int y, int width, int value, float min, float max) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/realms/gui/screen/RealmsSlotOptionsScreen$SettingsSlider;<init>(Lnet/minecraft/client/realms/gui/screen/RealmsSlotOptionsScreen;IIIIFF)Vintermediary <init>Lnet/minecraft/class_4423$class_4424;<init>(Lnet/minecraft/class_4423;IIIIFF)Vofficial <init>Lgba$a;<init>(Lgba;IIIIFF)V
-
-
Method Details
-
applyValue
public void applyValue()- Specified by:
applyValuein classSliderWidget- Mappings:
Namespace Name Mixin selector named applyValueLnet/minecraft/client/gui/widget/SliderWidget;applyValue()Vintermediary method_25344Lnet/minecraft/class_357;method_25344()Vofficial aLggl;a()V
-
updateMessage
protected void updateMessage()- Specified by:
updateMessagein classSliderWidget- Mappings:
Namespace Name Mixin selector named updateMessageLnet/minecraft/client/gui/widget/SliderWidget;updateMessage()Vintermediary method_25346Lnet/minecraft/class_357;method_25346()Vofficial cLggl;c()V
-