Class ChatSelectionScreen.SelectionListWidget.Entry

All Implemented Interfaces:
Element, Narratable, Navigable
Direct Known Subclasses:
ChatSelectionScreen.SelectionListWidget.MessageEntry, ChatSelectionScreen.SelectionListWidget.SenderEntry, ChatSelectionScreen.SelectionListWidget.SeparatorEntry, ChatSelectionScreen.SelectionListWidget.TextEntry
Enclosing class:
ChatSelectionScreen.SelectionListWidget

@Environment(CLIENT) public abstract static class ChatSelectionScreen.SelectionListWidget.Entry extends AlwaysSelectedEntryListWidget.Entry<ChatSelectionScreen.SelectionListWidget.Entry>
Mappings:
Namespace Name
named net/minecraft/client/gui/screen/report/ChatSelectionScreen$SelectionListWidget$Entry
intermediary net/minecraft/class_7543$class_7544$class_7546
official fyv$a$b
  • Constructor Details Link icon

    • Entry Link icon

      public Entry()
  • Method Details Link icon

    • getNarration Link icon

      public Text getNarration()
      Specified by:
      getNarration in class AlwaysSelectedEntryListWidget.Entry<ChatSelectionScreen.SelectionListWidget.Entry>
      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 Lfpq$a;a()Lwp;
    • isSelected Link icon

      public boolean isSelected()
      Mappings:
      Namespace Name Mixin selector
      named isSelected Lnet/minecraft/client/gui/screen/report/ChatSelectionScreen$SelectionListWidget$Entry;isSelected()Z
      intermediary method_44514 Lnet/minecraft/class_7543$class_7544$class_7546;method_44514()Z
      official b Lfyv$a$b;b()Z
    • canSelect Link icon

      public boolean canSelect()
      Mappings:
      Namespace Name Mixin selector
      named canSelect Lnet/minecraft/client/gui/screen/report/ChatSelectionScreen$SelectionListWidget$Entry;canSelect()Z
      intermediary method_44515 Lnet/minecraft/class_7543$class_7544$class_7546;method_44515()Z
      official c Lfyv$a$b;c()Z
    • isHighlightedOnHover Link icon

      public boolean isHighlightedOnHover()
      Mappings:
      Namespace Name Mixin selector
      named isHighlightedOnHover Lnet/minecraft/client/gui/screen/report/ChatSelectionScreen$SelectionListWidget$Entry;isHighlightedOnHover()Z
      intermediary method_44694 Lnet/minecraft/class_7543$class_7544$class_7546;method_44694()Z
      official d Lfyv$a$b;d()Z
    • mouseClicked Link icon

      public boolean mouseClicked(double mouseX, double mouseY, int button)
      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
      Overrides:
      mouseClicked in class AlwaysSelectedEntryListWidget.Entry<ChatSelectionScreen.SelectionListWidget.Entry>
      Parameters:
      mouseX - the X coordinate of the mouse
      mouseY - the Y coordinate of the mouse
      button - the mouse button number
      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(DDI)Z
      intermediary method_25402 Lnet/minecraft/class_364;method_25402(DDI)Z
      official a Lfqr;a(DDI)Z