Class ElementListWidget.Entry<E extends ElementListWidget.Entry<E>>

java.lang.Object
net.minecraft.client.gui.widget.EntryListWidget.Entry<E>
net.minecraft.client.gui.widget.ElementListWidget.Entry<E>
All Implemented Interfaces:
Element, ParentElement
Direct Known Subclasses:
ButtonListWidget.ButtonEntry, ControlsListWidget.Entry, EditGameRulesScreen.AbstractRuleWidget, SocialInteractionsPlayerListEntry
Enclosing class:
ElementListWidget<E extends ElementListWidget.Entry<E>>

@Environment(CLIENT) public abstract static class ElementListWidget.Entry<E extends ElementListWidget.Entry<E>> extends EntryListWidget.Entry<E> implements ParentElement
Mappings:
Namespace Name
official ele$a
intermediary net/minecraft/class_4265$class_4266
named net/minecraft/client/gui/widget/ElementListWidget$Entry
  • Field Details

    • focused

      @Nullable private @Nullable Element focused
      Mappings:
      Namespace Name Mixin selector
      official a Lele$a;a:Lemg;
      intermediary field_19077 Lnet/minecraft/class_4265$class_4266;field_19077:Lnet/minecraft/class_364;
      named focused Lnet/minecraft/client/gui/widget/ElementListWidget$Entry;focused:Lnet/minecraft/client/gui/Element;
    • focusedSelectable

      @Nullable private @Nullable Selectable focusedSelectable
      Mappings:
      Namespace Name Mixin selector
      official b Lele$a;b:Leni;
      intermediary field_33782 Lnet/minecraft/class_4265$class_4266;field_33782:Lnet/minecraft/class_6379;
      named focusedSelectable Lnet/minecraft/client/gui/widget/ElementListWidget$Entry;focusedSelectable:Lnet/minecraft/client/gui/Selectable;
    • dragging

      private boolean dragging
      Mappings:
      Namespace Name Mixin selector
      official c Lele$a;c:Z
      intermediary field_19078 Lnet/minecraft/class_4265$class_4266;field_19078:Z
      named dragging Lnet/minecraft/client/gui/widget/ElementListWidget$Entry;dragging:Z
  • Constructor Details

    • Entry

      public Entry()
  • Method Details

    • isDragging

      public boolean isDragging()
      Specified by:
      isDragging in interface ParentElement
      Mappings:
      Namespace Name Mixin selector
      official al_ Lemf;al_()Z
      intermediary method_25397 Lnet/minecraft/class_4069;method_25397()Z
      named isDragging Lnet/minecraft/client/gui/ParentElement;isDragging()Z
    • setDragging

      public void setDragging(boolean dragging)
      Specified by:
      setDragging in interface ParentElement
      Mappings:
      Namespace Name Mixin selector
      official b_ Lemf;b_(Z)V
      intermediary method_25398 Lnet/minecraft/class_4069;method_25398(Z)V
      named setDragging Lnet/minecraft/client/gui/ParentElement;setDragging(Z)V
    • setFocused

      public void setFocused(@Nullable @Nullable Element focused)
      Specified by:
      setFocused in interface ParentElement
      Mappings:
      Namespace Name Mixin selector
      official a Lemf;a(Lemg;)V
      intermediary method_25395 Lnet/minecraft/class_4069;method_25395(Lnet/minecraft/class_364;)V
      named setFocused Lnet/minecraft/client/gui/ParentElement;setFocused(Lnet/minecraft/client/gui/Element;)V
    • getFocused

      @Nullable public @Nullable Element getFocused()
      Specified by:
      getFocused in interface ParentElement
      Mappings:
      Namespace Name Mixin selector
      official am_ Lemf;am_()Lemg;
      intermediary method_25399 Lnet/minecraft/class_4069;method_25399()Lnet/minecraft/class_364;
      named getFocused Lnet/minecraft/client/gui/ParentElement;getFocused()Lnet/minecraft/client/gui/Element;
    • selectableChildren

      public abstract List<? extends Selectable> selectableChildren()
      Mappings:
      Namespace Name Mixin selector
      official b Lele$a;b()Ljava/util/List;
      intermediary method_37025 Lnet/minecraft/class_4265$class_4266;method_37025()Ljava/util/List;
      named selectableChildren Lnet/minecraft/client/gui/widget/ElementListWidget$Entry;selectableChildren()Ljava/util/List;
    • appendNarrations

      void appendNarrations(NarrationMessageBuilder builder)
      Mappings:
      Namespace Name Mixin selector
      official a Lele$a;a(Lenk;)V
      intermediary method_37024 Lnet/minecraft/class_4265$class_4266;method_37024(Lnet/minecraft/class_6382;)V
      named appendNarrations Lnet/minecraft/client/gui/widget/ElementListWidget$Entry;appendNarrations(Lnet/minecraft/client/gui/screen/narration/NarrationMessageBuilder;)V