Class WorldListWidget.Entry

All Implemented Interfaces:
AutoCloseable, Element, Narratable, Navigable, Widget
Direct Known Subclasses:
WorldListWidget.EmptyListEntry, WorldListWidget.LoadingEntry, WorldListWidget.WorldEntry
Enclosing class:
WorldListWidget

@Environment(CLIENT) public abstract static class WorldListWidget.Entry extends AlwaysSelectedEntryListWidget.Entry<WorldListWidget.Entry> implements AutoCloseable
Mappings:
Namespace Name
named net/minecraft/client/gui/screen/world/WorldListWidget$Entry
intermediary net/minecraft/class_528$class_7414
official gsr$b
  • Constructor Details

    • Entry

      public Entry()
  • Method Details

    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
    • getLevel

      @Nullable public @Nullable LevelSummary getLevel()
      Mappings:
      Namespace Name Mixin selector
      named getLevel Lnet/minecraft/client/gui/screen/world/WorldListWidget$Entry;getLevel()Lnet/minecraft/world/level/storage/LevelSummary;
      intermediary method_73463 Lnet/minecraft/class_528$class_7414;method_73463()Lnet/minecraft/class_34;
      official b Lgsr$b;b()Lfii;