Class WorldListWidget

All Implemented Interfaces:
Drawable, Element, Narratable, ParentElement, Selectable

Mappings:
Namespace Name
official etr
intermediary net/minecraft/class_528
named net/minecraft/client/gui/screen/world/WorldListWidget
  • Field Details

    • LOGGER

      static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official a Letr;a:Lorg/slf4j/Logger;
      intermediary field_3238 Lnet/minecraft/class_528;field_3238:Lorg/slf4j/Logger;
      named LOGGER Lnet/minecraft/client/gui/screen/world/WorldListWidget;LOGGER:Lorg/slf4j/Logger;
    • DATE_FORMAT

      static final DateFormat DATE_FORMAT
      Mappings:
      Namespace Name Mixin selector
      official o Letr;o:Ljava/text/DateFormat;
      intermediary field_19132 Lnet/minecraft/class_528;field_19132:Ljava/text/DateFormat;
      named DATE_FORMAT Lnet/minecraft/client/gui/screen/world/WorldListWidget;DATE_FORMAT:Ljava/text/DateFormat;
    • UNKNOWN_SERVER_LOCATION

      static final Identifier UNKNOWN_SERVER_LOCATION
      Mappings:
      Namespace Name Mixin selector
      official p Letr;p:Lacf;
      intermediary field_19133 Lnet/minecraft/class_528;field_19133:Lnet/minecraft/class_2960;
      named UNKNOWN_SERVER_LOCATION Lnet/minecraft/client/gui/screen/world/WorldListWidget;UNKNOWN_SERVER_LOCATION:Lnet/minecraft/util/Identifier;
    • WORLD_SELECTION_LOCATION

      static final Identifier WORLD_SELECTION_LOCATION
      Mappings:
      Namespace Name Mixin selector
      official q Letr;q:Lacf;
      intermediary field_19134 Lnet/minecraft/class_528;field_19134:Lnet/minecraft/class_2960;
      named WORLD_SELECTION_LOCATION Lnet/minecraft/client/gui/screen/world/WorldListWidget;WORLD_SELECTION_LOCATION:Lnet/minecraft/util/Identifier;
    • FROM_NEWER_VERSION_FIRST_LINE

      static final Text FROM_NEWER_VERSION_FIRST_LINE
      Mappings:
      Namespace Name Mixin selector
      official r Letr;r:Lss;
      intermediary field_26606 Lnet/minecraft/class_528;field_26606:Lnet/minecraft/class_2561;
      named FROM_NEWER_VERSION_FIRST_LINE Lnet/minecraft/client/gui/screen/world/WorldListWidget;FROM_NEWER_VERSION_FIRST_LINE:Lnet/minecraft/text/Text;
    • FROM_NEWER_VERSION_SECOND_LINE

      static final Text FROM_NEWER_VERSION_SECOND_LINE
      Mappings:
      Namespace Name Mixin selector
      official s Letr;s:Lss;
      intermediary field_26607 Lnet/minecraft/class_528;field_26607:Lnet/minecraft/class_2561;
      named FROM_NEWER_VERSION_SECOND_LINE Lnet/minecraft/client/gui/screen/world/WorldListWidget;FROM_NEWER_VERSION_SECOND_LINE:Lnet/minecraft/text/Text;
    • SNAPSHOT_FIRST_LINE

      static final Text SNAPSHOT_FIRST_LINE
      Mappings:
      Namespace Name Mixin selector
      official t Letr;t:Lss;
      intermediary field_26608 Lnet/minecraft/class_528;field_26608:Lnet/minecraft/class_2561;
      named SNAPSHOT_FIRST_LINE Lnet/minecraft/client/gui/screen/world/WorldListWidget;SNAPSHOT_FIRST_LINE:Lnet/minecraft/text/Text;
    • SNAPSHOT_SECOND_LINE

      static final Text SNAPSHOT_SECOND_LINE
      Mappings:
      Namespace Name Mixin selector
      official u Letr;u:Lss;
      intermediary field_26609 Lnet/minecraft/class_528;field_26609:Lnet/minecraft/class_2561;
      named SNAPSHOT_SECOND_LINE Lnet/minecraft/client/gui/screen/world/WorldListWidget;SNAPSHOT_SECOND_LINE:Lnet/minecraft/text/Text;
    • LOCKED_TEXT

      static final Text LOCKED_TEXT
      Mappings:
      Namespace Name Mixin selector
      official v Letr;v:Lss;
      intermediary field_26610 Lnet/minecraft/class_528;field_26610:Lnet/minecraft/class_2561;
      named LOCKED_TEXT Lnet/minecraft/client/gui/screen/world/WorldListWidget;LOCKED_TEXT:Lnet/minecraft/text/Text;
    • CONVERSION_TOOLTIP

      static final Text CONVERSION_TOOLTIP
      Mappings:
      Namespace Name Mixin selector
      official w Letr;w:Lss;
      intermediary field_34803 Lnet/minecraft/class_528;field_34803:Lnet/minecraft/class_2561;
      named CONVERSION_TOOLTIP Lnet/minecraft/client/gui/screen/world/WorldListWidget;CONVERSION_TOOLTIP:Lnet/minecraft/text/Text;
    • parent

      private final SelectWorldScreen parent
      Mappings:
      Namespace Name Mixin selector
      official x Letr;x:Letn;
      intermediary field_3237 Lnet/minecraft/class_528;field_3237:Lnet/minecraft/class_526;
      named parent Lnet/minecraft/client/gui/screen/world/WorldListWidget;parent:Lnet/minecraft/client/gui/screen/world/SelectWorldScreen;
    • levelsFuture

      private CompletableFuture<List<LevelSummary>> levelsFuture
      Mappings:
      Namespace Name Mixin selector
      official y Letr;y:Ljava/util/concurrent/CompletableFuture;
      intermediary field_39739 Lnet/minecraft/class_528;field_39739:Ljava/util/concurrent/CompletableFuture;
      named levelsFuture Lnet/minecraft/client/gui/screen/world/WorldListWidget;levelsFuture:Ljava/util/concurrent/CompletableFuture;
    • levels

      Mappings:
      Namespace Name Mixin selector
      official z Letr;z:Ljava/util/List;
      intermediary field_39740 Lnet/minecraft/class_528;field_39740:Ljava/util/List;
      named levels Lnet/minecraft/client/gui/screen/world/WorldListWidget;levels:Ljava/util/List;
    • loadingEntry

      private final WorldListWidget.LoadingEntry loadingEntry
      Mappings:
      Namespace Name Mixin selector
      official B Letr;B:Letr$b;
      intermediary field_38994 Lnet/minecraft/class_528;field_38994:Lnet/minecraft/class_528$class_7415;
      named loadingEntry Lnet/minecraft/client/gui/screen/world/WorldListWidget;loadingEntry:Lnet/minecraft/client/gui/screen/world/WorldListWidget$LoadingEntry;
  • Constructor Details

    • WorldListWidget

      public WorldListWidget(SelectWorldScreen parent, MinecraftClient client, int width, int height, int top, int bottom, int itemHeight, String search, @Nullable @Nullable WorldListWidget oldWidget)
      Mappings:
      Namespace Name Mixin selector
      official <init> Letr;<init>(Letn;Lejf;IIIIILjava/lang/String;Letr;)V
      intermediary <init> Lnet/minecraft/class_528;<init>(Lnet/minecraft/class_526;Lnet/minecraft/class_310;IIIIILjava/lang/String;Lnet/minecraft/class_528;)V
      named <init> Lnet/minecraft/client/gui/screen/world/WorldListWidget;<init>(Lnet/minecraft/client/gui/screen/world/SelectWorldScreen;Lnet/minecraft/client/MinecraftClient;IIIIILjava/lang/String;Lnet/minecraft/client/gui/screen/world/WorldListWidget;)V
  • Method Details

    • tryGet

      @Nullable private @Nullable List<LevelSummary> tryGet()
      Mappings:
      Namespace Name Mixin selector
      official v Letr;v()Ljava/util/List;
      intermediary method_44679 Lnet/minecraft/class_528;method_44679()Ljava/util/List;
      named tryGet Lnet/minecraft/client/gui/screen/world/WorldListWidget;tryGet()Ljava/util/List;
    • load

      void load()
      Mappings:
      Namespace Name Mixin selector
      official w Letr;w()V
      intermediary method_44680 Lnet/minecraft/class_528;method_44680()V
      named load Lnet/minecraft/client/gui/screen/world/WorldListWidget;load()V
    • render

      public void render(MatrixStack matrices, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class EntryListWidget<WorldListWidget.Entry>
      Mappings:
      Namespace Name Mixin selector
      official a Lely;a(Leed;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)V
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
    • show

      private void show(@Nullable @Nullable List<LevelSummary> levels)
      Mappings:
      Namespace Name Mixin selector
      official a Letr;a(Ljava/util/List;)V
      intermediary method_44678 Lnet/minecraft/class_528;method_44678(Ljava/util/List;)V
      named show Lnet/minecraft/client/gui/screen/world/WorldListWidget;show(Ljava/util/List;)V
    • setSearch

      public void setSearch(String search)
      Mappings:
      Namespace Name Mixin selector
      official a Letr;a(Ljava/lang/String;)V
      intermediary method_44677 Lnet/minecraft/class_528;method_44677(Ljava/lang/String;)V
      named setSearch Lnet/minecraft/client/gui/screen/world/WorldListWidget;setSearch(Ljava/lang/String;)V
    • loadLevels

      private CompletableFuture<List<LevelSummary>> loadLevels()
      Mappings:
      Namespace Name Mixin selector
      official x Letr;x()Ljava/util/concurrent/CompletableFuture;
      intermediary method_43462 Lnet/minecraft/class_528;method_43462()Ljava/util/concurrent/CompletableFuture;
      named loadLevels Lnet/minecraft/client/gui/screen/world/WorldListWidget;loadLevels()Ljava/util/concurrent/CompletableFuture;
    • showSummaries

      private void showSummaries(String search, List<LevelSummary> summaries)
      Mappings:
      Namespace Name Mixin selector
      official a Letr;a(Ljava/lang/String;Ljava/util/List;)V
      intermediary method_43454 Lnet/minecraft/class_528;method_43454(Ljava/lang/String;Ljava/util/List;)V
      named showSummaries Lnet/minecraft/client/gui/screen/world/WorldListWidget;showSummaries(Ljava/lang/String;Ljava/util/List;)V
    • shouldShow

      private boolean shouldShow(String search, LevelSummary summary)
      Mappings:
      Namespace Name Mixin selector
      official a Letr;a(Ljava/lang/String;Ldvf;)Z
      intermediary method_43453 Lnet/minecraft/class_528;method_43453(Ljava/lang/String;Lnet/minecraft/class_34;)Z
      named shouldShow Lnet/minecraft/client/gui/screen/world/WorldListWidget;shouldShow(Ljava/lang/String;Lnet/minecraft/world/level/storage/LevelSummary;)Z
    • showLoadingScreen

      private void showLoadingScreen()
      Mappings:
      Namespace Name Mixin selector
      official y Letr;y()V
      intermediary method_43463 Lnet/minecraft/class_528;method_43463()V
      named showLoadingScreen Lnet/minecraft/client/gui/screen/world/WorldListWidget;showLoadingScreen()V
    • narrateScreenIfNarrationEnabled

      private void narrateScreenIfNarrationEnabled()
      Mappings:
      Namespace Name Mixin selector
      official z Letr;z()V
      intermediary method_43464 Lnet/minecraft/class_528;method_43464()V
      named narrateScreenIfNarrationEnabled Lnet/minecraft/client/gui/screen/world/WorldListWidget;narrateScreenIfNarrationEnabled()V
    • showUnableToLoadScreen

      private void showUnableToLoadScreen(Text message)
      Mappings:
      Namespace Name Mixin selector
      official a Letr;a(Lss;)V
      intermediary method_43460 Lnet/minecraft/class_528;method_43460(Lnet/minecraft/class_2561;)V
      named showUnableToLoadScreen Lnet/minecraft/client/gui/screen/world/WorldListWidget;showUnableToLoadScreen(Lnet/minecraft/text/Text;)V
    • getScrollbarPositionX

      protected int getScrollbarPositionX()
      Overrides:
      getScrollbarPositionX in class EntryListWidget<WorldListWidget.Entry>
      Mappings:
      Namespace Name Mixin selector
      official d Leku;d()I
      intermediary method_25329 Lnet/minecraft/class_350;method_25329()I
      named getScrollbarPositionX Lnet/minecraft/client/gui/widget/EntryListWidget;getScrollbarPositionX()I
    • getRowWidth

      public int getRowWidth()
      Overrides:
      getRowWidth in class EntryListWidget<WorldListWidget.Entry>
      Mappings:
      Namespace Name Mixin selector
      official c Leku;c()I
      intermediary method_25322 Lnet/minecraft/class_350;method_25322()I
      named getRowWidth Lnet/minecraft/client/gui/widget/EntryListWidget;getRowWidth()I
    • isFocused

      protected boolean isFocused()
      Overrides:
      isFocused in class EntryListWidget<WorldListWidget.Entry>
      Mappings:
      Namespace Name Mixin selector
      official a Leku;a()Z
      intermediary method_25316 Lnet/minecraft/class_350;method_25316()Z
      named isFocused Lnet/minecraft/client/gui/widget/EntryListWidget;isFocused()Z
    • setSelected

      public void setSelected(@Nullable @Nullable WorldListWidget.Entry entry)
      Overrides:
      setSelected in class EntryListWidget<WorldListWidget.Entry>
      Mappings:
      Namespace Name Mixin selector
      official a Letr;a(Letr$a;)V
      intermediary method_20157 Lnet/minecraft/class_528;method_20157(Lnet/minecraft/class_528$class_7414;)V
      named setSelected Lnet/minecraft/client/gui/screen/world/WorldListWidget;setSelected(Lnet/minecraft/client/gui/screen/world/WorldListWidget$Entry;)V
    • moveSelection

      protected void moveSelection(EntryListWidget.MoveDirection direction)
      Overrides:
      moveSelection in class EntryListWidget<WorldListWidget.Entry>
      Mappings:
      Namespace Name Mixin selector
      official a Leku;a(Leku$b;)V
      intermediary method_25335 Lnet/minecraft/class_350;method_25335(Lnet/minecraft/class_350$class_5403;)V
      named moveSelection Lnet/minecraft/client/gui/widget/EntryListWidget;moveSelection(Lnet/minecraft/client/gui/widget/EntryListWidget$MoveDirection;)V
    • getSelectedAsOptional

      public Optional<WorldListWidget.WorldEntry> getSelectedAsOptional()
      Mappings:
      Namespace Name Mixin selector
      official t Letr;t()Ljava/util/Optional;
      intermediary method_20159 Lnet/minecraft/class_528;method_20159()Ljava/util/Optional;
      named getSelectedAsOptional Lnet/minecraft/client/gui/screen/world/WorldListWidget;getSelectedAsOptional()Ljava/util/Optional;
    • getParent

      public SelectWorldScreen getParent()
      Mappings:
      Namespace Name Mixin selector
      official u Letr;u()Letn;
      intermediary method_2752 Lnet/minecraft/class_528;method_2752()Lnet/minecraft/class_526;
      named getParent Lnet/minecraft/client/gui/screen/world/WorldListWidget;getParent()Lnet/minecraft/client/gui/screen/world/SelectWorldScreen;
    • appendNarrations

      public void appendNarrations(NarrationMessageBuilder builder)
      Specified by:
      appendNarrations in interface Narratable
      Overrides:
      appendNarrations in class AlwaysSelectedEntryListWidget<WorldListWidget.Entry>
      Mappings:
      Namespace Name Mixin selector
      official b Lenl;b(Lenk;)V
      intermediary method_37020 Lnet/minecraft/class_6383;method_37020(Lnet/minecraft/class_6382;)V
      named appendNarrations Lnet/minecraft/client/gui/Narratable;appendNarrations(Lnet/minecraft/client/gui/screen/narration/NarrationMessageBuilder;)V