Class RealmsSlotOptionsScreen.SettingsSlider

All Implemented Interfaces:
Drawable, Element, Narratable, Selectable
Enclosing class:
RealmsSlotOptionsScreen

@Environment(CLIENT) private class RealmsSlotOptionsScreen.SettingsSlider extends SliderWidget
Mappings:
Namespace Name
official ehi$a
intermediary net/minecraft/class_4423$class_4424
named net/minecraft/client/realms/gui/screen/RealmsSlotOptionsScreen$SettingsSlider
  • Field Details

    • min

      private final double min
      Mappings:
      Namespace Name Mixin selector
      official c Lehi$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 Lehi$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> Lehi$a;<init>(Lehi;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 class SliderWidget
      Mappings:
      Namespace Name Mixin selector
      official a Lekv;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 class SliderWidget
      Mappings:
      Namespace Name Mixin selector
      official b Lekv;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 class SliderWidget
      Mappings:
      Namespace Name Mixin selector
      official a Lekw;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 class SliderWidget
      Mappings:
      Namespace Name Mixin selector
      official b Lekw;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