Class AlwaysSelectedEntryListWidget.Entry<E extends AlwaysSelectedEntryListWidget.Entry<E>>

java.lang.Object
net.minecraft.client.gui.widget.EntryListWidget.Entry<E>
net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry<E>
All Implemented Interfaces:
Element, Narratable, Navigable, Widget
Direct Known Subclasses:
AbuseReportReasonScreen.ReasonListWidget.ReasonEntry, ChatSelectionScreen.SelectionListWidget.Entry, CustomizeBuffetLevelScreen.BuffetBiomesListWidget.BuffetBiomeItem, CustomizeFlatLevelScreen.SuperflatLayersListWidget.Entry, ExperimentalWarningScreen.DetailsScreen.PackListWidgetEntry, LanguageOptionsScreen.LanguageSelectionListWidget.LanguageEntry, MultiplayerServerListWidget.Entry, PackListWidget.Entry, PresetsScreen.SuperflatPresetsListWidget.SuperflatPresetEntry, RealmsBackupInfoScreen.BackupInfoListEntry, RealmsMainScreen.Entry, RealmsRegionPreferenceScreen.RegionListWidget.RegionEntry, RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry, StatsScreen.EntityStatsListWidget.Entry, StatsScreen.GeneralStatsListWidget.Entry, WorldListWidget.Entry
Enclosing class:
AlwaysSelectedEntryListWidget<E extends AlwaysSelectedEntryListWidget.Entry<E>>

@Environment(CLIENT) public abstract static class AlwaysSelectedEntryListWidget.Entry<E extends AlwaysSelectedEntryListWidget.Entry<E>> extends EntryListWidget.Entry<E> implements Narratable
Mappings:
Namespace Name
named net/minecraft/client/gui/widget/AlwaysSelectedEntryListWidget$Entry
intermediary net/minecraft/class_4280$class_4281
official gem$a
  • Constructor Details

    • Entry

      public Entry()
  • Method Details

    • getNarration

      public abstract Text getNarration()
      Mappings:
      Namespace Name Mixin selector
      named getNarration Lnet/minecraft/client/gui/widget/AlwaysSelectedEntryListWidget$Entry;getNarration()Lnet/minecraft/text/Text;
      intermediary method_37006 Lnet/minecraft/class_4280$class_4281;method_37006()Lnet/minecraft/class_2561;
      official a Lgem$a;a()Lxx;
    • mouseClicked

      public boolean mouseClicked(Click click, boolean doubled)
      Callback for when a mouse button down event has been captured. The button number is identified by the constants in GLFW class.
      Specified by:
      mouseClicked in interface Element
      Returns:
      true to indicate that the event handling is successful/valid
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named mouseClicked Lnet/minecraft/client/gui/Element;mouseClicked(Lnet/minecraft/client/gui/Click;Z)Z
      intermediary method_25402 Lnet/minecraft/class_364;method_25402(Lnet/minecraft/class_11909;Z)Z
      official a Lggw;a(Lgti;Z)Z
    • appendNarrations

      public void appendNarrations(NarrationMessageBuilder builder)
      Specified by:
      appendNarrations in interface Narratable
      Mappings:
      Namespace Name Mixin selector
      named appendNarrations Lnet/minecraft/client/gui/Narratable;appendNarrations(Lnet/minecraft/client/gui/screen/narration/NarrationMessageBuilder;)V
      intermediary method_37020 Lnet/minecraft/class_6383;method_37020(Lnet/minecraft/class_6382;)V
      official b Lgjm;b(Lgjl;)V