Class RealmsPlayerScreen.InvitedObjectSelectionListEntry

All Implemented Interfaces:
Element
Enclosing class:
RealmsPlayerScreen

@Environment(CLIENT)
class RealmsPlayerScreen.InvitedObjectSelectionListEntry
extends AlwaysSelectedEntryListWidget.Entry<RealmsPlayerScreen.InvitedObjectSelectionListEntry>
Mappings:
Namespace Name
official doi$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 Ldoi$a;b:Ldms;
      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> Ldoi$a;<init>(Ldoi;Ldms;)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 Ldrq$a;a(Ldlr;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 Ldoi$a;a(Ldlr;Ldms;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