Class OptionSliderWidget

All Implemented Interfaces:
Drawable, Element
Direct Known Subclasses:
DoubleOptionSliderWidget, SoundSliderWidget

@Environment(CLIENT)
public abstract class OptionSliderWidget
extends SliderWidget
Mappings:
Namespace Name
official drp
intermediary net/minecraft/class_4892
named net/minecraft/client/gui/widget/OptionSliderWidget
  • Field Details

    • options

      protected final GameOptions options
      Mappings:
      Namespace Name Mixin selector
      official a Ldrp;a:Ldqo;
      intermediary field_22738 Lnet/minecraft/class_4892;field_22738:Lnet/minecraft/class_315;
      named options Lnet/minecraft/client/gui/widget/OptionSliderWidget;options:Lnet/minecraft/client/option/GameOptions;
  • Constructor Details

    • OptionSliderWidget

      protected OptionSliderWidget​(GameOptions options, int x, int y, int width, int height, double value)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldrp;<init>(Ldqo;IIIID)V
      intermediary <init> Lnet/minecraft/class_4892;<init>(Lnet/minecraft/class_315;IIIID)V
      named <init> Lnet/minecraft/client/gui/widget/OptionSliderWidget;<init>(Lnet/minecraft/client/option/GameOptions;IIIID)V