Class RealmsBackupScreen.BackupObjectSelectionListEntry

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

@Environment(CLIENT) private class RealmsBackupScreen.BackupObjectSelectionListEntry extends AlwaysSelectedEntryListWidget.Entry<RealmsBackupScreen.BackupObjectSelectionListEntry>
Mappings:
Namespace Name
official eka$b
intermediary net/minecraft/class_4381$class_4383
named net/minecraft/client/realms/gui/screen/RealmsBackupScreen$BackupObjectSelectionListEntry
  • Field Details

    • field_44525

      private static final int field_44525
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Leka$b;b:I
      intermediary field_44525 Lnet/minecraft/class_4381$class_4383;field_44525:I
      named field_44525 Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen$BackupObjectSelectionListEntry;field_44525:I
    • field_44526

      private static final int field_44526
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official c Leka$b;c:I
      intermediary field_44526 Lnet/minecraft/class_4381$class_4383;field_44526:I
      named field_44526 Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen$BackupObjectSelectionListEntry;field_44526:I
    • mBackup

      private final Backup mBackup
      Mappings:
      Namespace Name Mixin selector
      official d Leka$b;d:Leii;
      intermediary field_19761 Lnet/minecraft/class_4381$class_4383;field_19761:Lnet/minecraft/class_4867;
      named mBackup Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen$BackupObjectSelectionListEntry;mBackup:Lnet/minecraft/client/realms/dto/Backup;
    • field_44527

      private final List<ClickableWidget> field_44527
      Mappings:
      Namespace Name Mixin selector
      official e Leka$b;e:Ljava/util/List;
      intermediary field_44527 Lnet/minecraft/class_4381$class_4383;field_44527:Ljava/util/List;
      named field_44527 Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen$BackupObjectSelectionListEntry;field_44527:Ljava/util/List;
    • field_44528

      Mappings:
      Namespace Name Mixin selector
      official f Leka$b;f:Leov;
      intermediary field_44528 Lnet/minecraft/class_4381$class_4383;field_44528:Lnet/minecraft/class_344;
      named field_44528 Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen$BackupObjectSelectionListEntry;field_44528:Lnet/minecraft/client/gui/widget/TexturedButtonWidget;
    • field_44529

      Mappings:
      Namespace Name Mixin selector
      official h Leka$b;h:Leov;
      intermediary field_44529 Lnet/minecraft/class_4381$class_4383;field_44529:Lnet/minecraft/class_344;
      named field_44529 Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen$BackupObjectSelectionListEntry;field_44529:Lnet/minecraft/client/gui/widget/TexturedButtonWidget;
  • Constructor Details

    • BackupObjectSelectionListEntry

      public BackupObjectSelectionListEntry(Backup backup)
  • Method Details

    • method_51239

      private void method_51239(Backup backup)
      Mappings:
      Namespace Name Mixin selector
      official a Leka$b;a(Leii;)V
      intermediary method_51239 Lnet/minecraft/class_4381$class_4383;method_51239(Lnet/minecraft/class_4867;)V
      named method_51239 Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen$BackupObjectSelectionListEntry;method_51239(Lnet/minecraft/client/realms/dto/Backup;)V
    • method_51241

      private void method_51241(String string)
      Mappings:
      Namespace Name Mixin selector
      official a Leka$b;a(Ljava/lang/String;)V
      intermediary method_51241 Lnet/minecraft/class_4381$class_4383;method_51241(Ljava/lang/String;)V
      named method_51241 Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen$BackupObjectSelectionListEntry;method_51241(Ljava/lang/String;)V
    • method_51242

      private void method_51242()
      Mappings:
      Namespace Name Mixin selector
      official b Leka$b;b()V
      intermediary method_51242 Lnet/minecraft/class_4381$class_4383;method_51242()V
      named method_51242 Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen$BackupObjectSelectionListEntry;method_51242()V
    • method_51244

      private void method_51244()
      Mappings:
      Namespace Name Mixin selector
      official d Leka$b;d()V
      intermediary method_51244 Lnet/minecraft/class_4381$class_4383;method_51244()V
      named method_51244 Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen$BackupObjectSelectionListEntry;method_51244()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<RealmsBackupScreen.BackupObjectSelectionListEntry>
      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
    • getMediumDatePresentation

      private String getMediumDatePresentation(Date lastModifiedDate)
      Mappings:
      Namespace Name Mixin selector
      official a Leka$b;a(Ljava/util/Date;)Ljava/lang/String;
      intermediary method_21176 Lnet/minecraft/class_4381$class_4383;method_21176(Ljava/util/Date;)Ljava/lang/String;
      named getMediumDatePresentation Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen$BackupObjectSelectionListEntry;getMediumDatePresentation(Ljava/util/Date;)Ljava/lang/String;
    • getNarration

      public Text getNarration()
      Specified by:
      getNarration in class AlwaysSelectedEntryListWidget.Entry<RealmsBackupScreen.BackupObjectSelectionListEntry>
      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;