Class RealmsPlayerScreen.InvitedObjectSelectionListEntry

All Implemented Interfaces:
Element, Narratable, Navigable
Enclosing class:
RealmsPlayerScreen

@Environment(CLIENT) private class RealmsPlayerScreen.InvitedObjectSelectionListEntry extends AlwaysSelectedEntryListWidget.Entry<RealmsPlayerScreen.InvitedObjectSelectionListEntry>
Mappings:
Namespace Name
official eko$a
intermediary net/minecraft/class_4406$class_4408
named net/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionListEntry
  • Field Details

    • field_44531

      private static final int field_44531
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Leko$a;b:I
      intermediary field_44531 Lnet/minecraft/class_4406$class_4408;field_44531:I
      named field_44531 Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionListEntry;field_44531:I
    • field_44532

      private static final int field_44532
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official c Leko$a;c:I
      intermediary field_44532 Lnet/minecraft/class_4406$class_4408;field_44532:I
      named field_44532 Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionListEntry;field_44532:I
    • field_44533

      private static final int field_44533
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official d Leko$a;d:I
      intermediary field_44533 Lnet/minecraft/class_4406$class_4408;field_44533:I
      named field_44533 Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionListEntry;field_44533:I
    • field_44534

      private static final int field_44534
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official e Leko$a;e:I
      intermediary field_44534 Lnet/minecraft/class_4406$class_4408;field_44534:I
      named field_44534 Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionListEntry;field_44534:I
    • playerInfo

      private final PlayerInfo playerInfo
      Mappings:
      Namespace Name Mixin selector
      official f Leko$a;f:Leip;
      intermediary field_19979 Lnet/minecraft/class_4406$class_4408;field_19979:Lnet/minecraft/class_4874;
      named playerInfo Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionListEntry;playerInfo:Lnet/minecraft/client/realms/dto/PlayerInfo;
    • field_44535

      private final List<ClickableWidget> field_44535
      Mappings:
      Namespace Name Mixin selector
      official h Leko$a;h:Ljava/util/List;
      intermediary field_44535 Lnet/minecraft/class_4406$class_4408;field_44535:Ljava/util/List;
      named field_44535 Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionListEntry;field_44535:Ljava/util/List;
    • field_44536

      private final TexturedButtonWidget field_44536
      Mappings:
      Namespace Name Mixin selector
      official i Leko$a;i:Leov;
      intermediary field_44536 Lnet/minecraft/class_4406$class_4408;field_44536:Lnet/minecraft/class_344;
      named field_44536 Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionListEntry;field_44536:Lnet/minecraft/client/gui/widget/TexturedButtonWidget;
    • field_44537

      private final TexturedButtonWidget field_44537
      Mappings:
      Namespace Name Mixin selector
      official j Leko$a;j:Leov;
      intermediary field_44537 Lnet/minecraft/class_4406$class_4408;field_44537:Lnet/minecraft/class_344;
      named field_44537 Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionListEntry;field_44537:Lnet/minecraft/client/gui/widget/TexturedButtonWidget;
    • field_44538

      private final TexturedButtonWidget field_44538
      Mappings:
      Namespace Name Mixin selector
      official k Leko$a;k:Leov;
      intermediary field_44538 Lnet/minecraft/class_4406$class_4408;field_44538:Lnet/minecraft/class_344;
      named field_44538 Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionListEntry;field_44538:Lnet/minecraft/client/gui/widget/TexturedButtonWidget;
  • Constructor Details

    • InvitedObjectSelectionListEntry

      public InvitedObjectSelectionListEntry(PlayerInfo playerInfo)
  • Method Details

    • method_51247

      public void method_51247()
      Mappings:
      Namespace Name Mixin selector
      official b Leko$a;b()V
      intermediary method_51247 Lnet/minecraft/class_4406$class_4408;method_51247()V
      named method_51247 Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionListEntry;method_51247()V
    • mouseClicked

      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.
      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
      official a Lepu;a(DDI)Z
      intermediary method_25402 Lnet/minecraft/class_364;method_25402(DDI)Z
      named mouseClicked Lnet/minecraft/client/gui/Element;mouseClicked(DDI)Z
    • render

      public void render(MatrixStack matrices, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta)
      Renders an entry in a list.
      Specified by:
      render in class EntryListWidget.Entry<RealmsPlayerScreen.InvitedObjectSelectionListEntry>
      Parameters:
      matrices - the matrix stack used for rendering
      index - the index of the entry
      y - the Y coordinate of the entry
      x - the X coordinate of the entry
      entryWidth - the width of the entry
      entryHeight - the height of the entry
      mouseX - the X coordinate of the mouse
      mouseY - the Y coordinate of the mouse
      hovered - whether the mouse is hovering over the entry
      Mappings:
      Namespace Name Mixin selector
      official a Leof$a;a(Lehm;IIIIIIIZF)V
      intermediary method_25343 Lnet/minecraft/class_350$class_351;method_25343(Lnet/minecraft/class_4587;IIIIIIIZF)V
      named render Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;render(Lnet/minecraft/client/util/math/MatrixStack;IIIIIIIZF)V
    • getNarration

      public Text getNarration()
      Specified by:
      getNarration in class AlwaysSelectedEntryListWidget.Entry<RealmsPlayerScreen.InvitedObjectSelectionListEntry>
      Mappings:
      Namespace Name Mixin selector
      official a Lepe$a;a()Lsv;
      intermediary method_37006 Lnet/minecraft/class_4280$class_4281;method_37006()Lnet/minecraft/class_2561;
      named getNarration Lnet/minecraft/client/gui/widget/AlwaysSelectedEntryListWidget$Entry;getNarration()Lnet/minecraft/text/Text;