Class OptionListWidget.OptionWidgetEntry

All Implemented Interfaces:
Element, Navigable, ParentElement
Enclosing class:
OptionListWidget

@Environment(CLIENT) protected static class OptionListWidget.OptionWidgetEntry extends OptionListWidget.WidgetEntry
Mappings:
Namespace Name
named net/minecraft/client/gui/widget/OptionListWidget$OptionWidgetEntry
intermediary net/minecraft/class_353$class_9379
official fid$b
  • Field Details

    • optionWidgets

      final Map<SimpleOption<?>,ClickableWidget> optionWidgets
      Mappings:
      Namespace Name Mixin selector
      named optionWidgets Lnet/minecraft/client/gui/widget/OptionListWidget$OptionWidgetEntry;optionWidgets:Ljava/util/Map;
      intermediary field_49893 Lnet/minecraft/class_353$class_9379;field_49893:Ljava/util/Map;
      official a Lfid$b;a:Ljava/util/Map;
  • Constructor Details

    • OptionWidgetEntry

      private OptionWidgetEntry(Map<SimpleOption<?>,ClickableWidget> widgets, GameOptionsScreen optionsScreen)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/widget/OptionListWidget$OptionWidgetEntry;<init>(Ljava/util/Map;Lnet/minecraft/client/gui/screen/option/GameOptionsScreen;)V
      intermediary <init> Lnet/minecraft/class_353$class_9379;<init>(Ljava/util/Map;Lnet/minecraft/class_4667;)V
      official <init> Lfid$b;<init>(Ljava/util/Map;Lfmx;)V
  • Method Details

    • create

      public static OptionListWidget.OptionWidgetEntry create(GameOptions gameOptions, SimpleOption<?> option, GameOptionsScreen optionsScreen)
      Mappings:
      Namespace Name Mixin selector
      named create Lnet/minecraft/client/gui/widget/OptionListWidget$OptionWidgetEntry;create(Lnet/minecraft/client/option/GameOptions;Lnet/minecraft/client/option/SimpleOption;Lnet/minecraft/client/gui/screen/option/GameOptionsScreen;)Lnet/minecraft/client/gui/widget/OptionListWidget$OptionWidgetEntry;
      intermediary method_58229 Lnet/minecraft/class_353$class_9379;method_58229(Lnet/minecraft/class_315;Lnet/minecraft/class_7172;Lnet/minecraft/class_4667;)Lnet/minecraft/class_353$class_9379;
      official a Lfid$b;a(Lffl;Lffk;Lfmx;)Lfid$b;
    • create

      public static OptionListWidget.OptionWidgetEntry create(GameOptions gameOptions, SimpleOption<?> firstOption, @Nullable @Nullable SimpleOption<?> secondOption, GameOptionsScreen optionsScreen)
      Mappings:
      Namespace Name Mixin selector
      named create Lnet/minecraft/client/gui/widget/OptionListWidget$OptionWidgetEntry;create(Lnet/minecraft/client/option/GameOptions;Lnet/minecraft/client/option/SimpleOption;Lnet/minecraft/client/option/SimpleOption;Lnet/minecraft/client/gui/screen/option/GameOptionsScreen;)Lnet/minecraft/client/gui/widget/OptionListWidget$OptionWidgetEntry;
      intermediary method_58228 Lnet/minecraft/class_353$class_9379;method_58228(Lnet/minecraft/class_315;Lnet/minecraft/class_7172;Lnet/minecraft/class_7172;Lnet/minecraft/class_4667;)Lnet/minecraft/class_353$class_9379;
      official a Lfid$b;a(Lffl;Lffk;Lffk;Lfmx;)Lfid$b;