Class WorldListWidget.Entry

All Implemented Interfaces:
AutoCloseable, Element, Narratable
Direct Known Subclasses:
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
official etr$a
intermediary net/minecraft/class_528$class_7414
named net/minecraft/client/gui/screen/world/WorldListWidget$Entry
  • Constructor Details

    • Entry

      public Entry()
  • Method Details

    • isAvailable

      public abstract boolean isAvailable()
      Mappings:
      Namespace Name Mixin selector
      official a Letr$a;a()Z
      intermediary method_43465 Lnet/minecraft/class_528$class_7414;method_43465()Z
      named isAvailable Lnet/minecraft/client/gui/screen/world/WorldListWidget$Entry;isAvailable()Z
    • close

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