Class LanguageOptionsScreen.LanguageSelectionListWidget

java.lang.Object
net.minecraft.client.gui.widget.ListWidget
net.minecraft.client.gui.screen.options.LanguageOptionsScreen.LanguageSelectionListWidget
Enclosing class:
LanguageOptionsScreen

@Environment(CLIENT) class LanguageOptionsScreen.LanguageSelectionListWidget extends ListWidget
Mappings:
Namespace Name
official axl$a
intermediary net/minecraft/class_380$class_381
named net/minecraft/client/gui/screen/options/LanguageOptionsScreen$LanguageSelectionListWidget
  • Field Details

    • field_6294

      private final List<String> field_6294
      Mappings:
      Namespace Name Mixin selector
      official v Laxl$a;v:Ljava/util/List;
      intermediary field_6294 Lnet/minecraft/class_380$class_381;field_6294:Ljava/util/List;
      named field_6294 Lnet/minecraft/client/gui/screen/options/LanguageOptionsScreen$LanguageSelectionListWidget;field_6294:Ljava/util/List;
    • field_6295

      private final Map<String,LanguageDefinition> field_6295
      Mappings:
      Namespace Name Mixin selector
      official w Laxl$a;w:Ljava/util/Map;
      intermediary field_6295 Lnet/minecraft/class_380$class_381;field_6295:Ljava/util/Map;
      named field_6295 Lnet/minecraft/client/gui/screen/options/LanguageOptionsScreen$LanguageSelectionListWidget;field_6295:Ljava/util/Map;
  • Constructor Details

    • LanguageSelectionListWidget

      public LanguageSelectionListWidget(MinecraftClient client)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laxl$a;<init>(Laxl;Lave;)V
      intermediary <init> Lnet/minecraft/class_380$class_381;<init>(Lnet/minecraft/class_380;Lnet/minecraft/class_1600;)V
      named <init> Lnet/minecraft/client/gui/screen/options/LanguageOptionsScreen$LanguageSelectionListWidget;<init>(Lnet/minecraft/client/gui/screen/options/LanguageOptionsScreen;Lnet/minecraft/client/MinecraftClient;)V
  • Method Details

    • getEntryCount

      protected int getEntryCount()
      Specified by:
      getEntryCount in class ListWidget
      Mappings:
      Namespace Name Mixin selector
      official b Lawi;b()I
      intermediary method_1050 Lnet/minecraft/class_390;method_1050()I
      named getEntryCount Lnet/minecraft/client/gui/widget/ListWidget;getEntryCount()I
    • selectEntry

      protected void selectEntry(int index, boolean bool, int lastMouseX, int lastMouseY)
      Specified by:
      selectEntry in class ListWidget
      Mappings:
      Namespace Name Mixin selector
      official a Lawi;a(IZII)V
      intermediary method_1057 Lnet/minecraft/class_390;method_1057(IZII)V
      named selectEntry Lnet/minecraft/client/gui/widget/ListWidget;selectEntry(IZII)V
    • isEntrySelected

      protected boolean isEntrySelected(int index)
      Specified by:
      isEntrySelected in class ListWidget
      Mappings:
      Namespace Name Mixin selector
      official a Lawi;a(I)Z
      intermediary method_1051 Lnet/minecraft/class_390;method_1051(I)Z
      named isEntrySelected Lnet/minecraft/client/gui/widget/ListWidget;isEntrySelected(I)Z
    • getMaxPosition

      protected int getMaxPosition()
      Overrides:
      getMaxPosition in class ListWidget
      Mappings:
      Namespace Name Mixin selector
      official k Lawi;k()I
      intermediary method_1062 Lnet/minecraft/class_390;method_1062()I
      named getMaxPosition Lnet/minecraft/client/gui/widget/ListWidget;getMaxPosition()I
    • renderBackground

      protected void renderBackground()
      Specified by:
      renderBackground in class ListWidget
      Mappings:
      Namespace Name Mixin selector
      official a Lawi;a()V
      intermediary method_1066 Lnet/minecraft/class_390;method_1066()V
      named renderBackground Lnet/minecraft/client/gui/widget/ListWidget;renderBackground()V
    • renderEntry

      protected void renderEntry(int index, int x, int y, int rowHeight, int mouseX, int mouseY)
      Specified by:
      renderEntry in class ListWidget
      Mappings:
      Namespace Name Mixin selector
      official a Lawi;a(IIIIII)V
      intermediary method_1055 Lnet/minecraft/class_390;method_1055(IIIIII)V
      named renderEntry Lnet/minecraft/client/gui/widget/ListWidget;renderEntry(IIIIII)V