Class RealmsPlayerScreen.InvitedObjectSelectionListEntry

All Implemented Interfaces:
Element, Narratable
Enclosing class:
RealmsPlayerScreen

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

    • playerInfo

      private final PlayerInfo playerInfo
      Mappings:
      Namespace Name Mixin selector
      official b Lehc$a;b:Leff;
      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;
  • Constructor Details

    • InvitedObjectSelectionListEntry

      public InvitedObjectSelectionListEntry(PlayerInfo playerInfo)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lehc$a;<init>(Lehc;Leff;)V
      intermediary <init> Lnet/minecraft/class_4406$class_4408;<init>(Lnet/minecraft/class_4406;Lnet/minecraft/class_4874;)V
      named <init> Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionListEntry;<init>(Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;Lnet/minecraft/client/realms/dto/PlayerInfo;)V
  • Method Details

    • 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 Leku$a;a(Leed;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
    • renderInvitedItem

      private void renderInvitedItem(MatrixStack matrices, PlayerInfo playerInfo, int x, int y, int mouseX, int mouseY)
      Mappings:
      Namespace Name Mixin selector
      official a Lehc$a;a(Leed;Leff;IIII)V
      intermediary method_21356 Lnet/minecraft/class_4406$class_4408;method_21356(Lnet/minecraft/class_4587;Lnet/minecraft/class_4874;IIII)V
      named renderInvitedItem Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionListEntry;renderInvitedItem(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/realms/dto/PlayerInfo;IIII)V
    • getNarration

      public Text getNarration()
      Specified by:
      getNarration in class AlwaysSelectedEntryListWidget.Entry<RealmsPlayerScreen.InvitedObjectSelectionListEntry>
      Mappings:
      Namespace Name Mixin selector
      official b Lelt$a;b()Lss;
      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;