Class RealmsPlayerTab.HeaderEntry

All Implemented Interfaces:
Element, Navigable, ParentElement, Widget
Enclosing class:
RealmsPlayerTab

@Environment(CLIENT) private class RealmsPlayerTab.HeaderEntry extends RealmsPlayerTab.PlayerTabEntry
Mappings:
Namespace Name
named net/minecraft/client/realms/gui/screen/tab/RealmsPlayerTab$HeaderEntry
intermediary net/minecraft/class_4406$class_11762
official fxz$b
  • Field Details

    • textRenderer

      private final TextRenderer textRenderer
      Mappings:
      Namespace Name Mixin selector
      named textRenderer Lnet/minecraft/client/realms/gui/screen/tab/RealmsPlayerTab$HeaderEntry;textRenderer:Lnet/minecraft/client/font/TextRenderer;
      intermediary field_62103 Lnet/minecraft/class_4406$class_11762;field_62103:Lnet/minecraft/class_327;
      official b Lfxz$b;b:Lgda;
    • invitedPlayerCount

      private String invitedPlayerCount
      Mappings:
      Namespace Name Mixin selector
      named invitedPlayerCount Lnet/minecraft/client/realms/gui/screen/tab/RealmsPlayerTab$HeaderEntry;invitedPlayerCount:Ljava/lang/String;
      intermediary field_62104 Lnet/minecraft/class_4406$class_11762;field_62104:Ljava/lang/String;
      official c Lfxz$b;c:Ljava/lang/String;
    • textWidget

      private final NarratedMultilineTextWidget textWidget
      Mappings:
      Namespace Name Mixin selector
      named textWidget Lnet/minecraft/client/realms/gui/screen/tab/RealmsPlayerTab$HeaderEntry;textWidget:Lnet/minecraft/client/gui/widget/NarratedMultilineTextWidget;
      intermediary field_62105 Lnet/minecraft/class_4406$class_11762;field_62105:Lnet/minecraft/class_8019;
      official d Lfxz$b;d:Lgea;
  • Constructor Details

    • HeaderEntry

      public HeaderEntry(TextRenderer textRenderer)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/realms/gui/screen/tab/RealmsPlayerTab$HeaderEntry;<init>(Lnet/minecraft/client/realms/gui/screen/tab/RealmsPlayerTab;Lnet/minecraft/client/font/TextRenderer;)V
      intermediary <init> Lnet/minecraft/class_4406$class_11762;<init>(Lnet/minecraft/class_4406;Lnet/minecraft/class_327;)V
      official <init> Lfxz$b;<init>(Lfxz;Lgda;)V
  • Method Details

    • render

      public void render(DrawContext context, int mouseX, int mouseY, boolean hovered, float deltaTicks)
      Renders an entry in a list.
      Specified by:
      render in class EntryListWidget.Entry<RealmsPlayerTab.PlayerTabEntry>
      Mappings:
      Namespace Name Mixin selector
      named render Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;render(Lnet/minecraft/client/gui/DrawContext;IIZF)V
      intermediary method_25343 Lnet/minecraft/class_350$class_351;method_25343(Lnet/minecraft/class_332;IIZF)V
      official a Lgdj$a;a(Lgdd;IIZF)V
    • selectableChildren

      public List<? extends Selectable> selectableChildren()
      Specified by:
      selectableChildren in class ElementListWidget.Entry<RealmsPlayerTab.PlayerTabEntry>
      Mappings:
      Namespace Name Mixin selector
      named selectableChildren Lnet/minecraft/client/gui/widget/ElementListWidget$Entry;selectableChildren()Ljava/util/List;
      intermediary method_37025 Lnet/minecraft/class_4265$class_4266;method_37025()Ljava/util/List;
      official b Lgdv$a;b()Ljava/util/List;
    • children

      public List<? extends Element> children()
      Gets a list of all child GUI elements.
      Mappings:
      Namespace Name Mixin selector
      named children Lnet/minecraft/client/gui/ParentElement;children()Ljava/util/List;
      intermediary method_25396 Lnet/minecraft/class_4069;method_25396()Ljava/util/List;
      official aJ_ Lggv;aJ_()Ljava/util/List;