Class RealmsBackupScreen.BackupObjectSelectionListEntry

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

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

    • field_44525

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

      private final Backup mBackup
      Mappings:
      Namespace Name Mixin selector
      named mBackup Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen$BackupObjectSelectionListEntry;mBackup:Lnet/minecraft/client/realms/dto/Backup;
      intermediary field_19761 Lnet/minecraft/class_4381$class_4383;field_19761:Lnet/minecraft/class_4867;
      official c Lgav$b;c:Lfye;
    • restoreButton

      @Nullable private @Nullable ButtonWidget restoreButton
      Mappings:
      Namespace Name Mixin selector
      named restoreButton Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen$BackupObjectSelectionListEntry;restoreButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
      intermediary field_49452 Lnet/minecraft/class_4381$class_4383;field_49452:Lnet/minecraft/class_4185;
      official d Lgav$b;d:Lggs;
    • changesButton

      @Nullable private @Nullable ButtonWidget changesButton
      Mappings:
      Namespace Name Mixin selector
      named changesButton Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen$BackupObjectSelectionListEntry;changesButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
      intermediary field_49451 Lnet/minecraft/class_4381$class_4383;field_49451:Lnet/minecraft/class_4185;
      official e Lgav$b;e:Lggs;
    • buttons

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

    • BackupObjectSelectionListEntry

      public BackupObjectSelectionListEntry(Backup backup)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen$BackupObjectSelectionListEntry;<init>(Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;Lnet/minecraft/client/realms/dto/Backup;)V
      intermediary <init> Lnet/minecraft/class_4381$class_4383;<init>(Lnet/minecraft/class_4381;Lnet/minecraft/class_4867;)V
      official <init> Lgav$b;<init>(Lgav;Lfye;)V
  • Method Details

    • method_75913

      private MutableText method_75913(Supplier<MutableText> supplier)
      Mappings:
      Namespace Name Mixin selector
      named method_75913 Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen$BackupObjectSelectionListEntry;method_75913(Ljava/util/function/Supplier;)Lnet/minecraft/text/MutableText;
      intermediary method_75913 Lnet/minecraft/class_4381$class_4383;method_75913(Ljava/util/function/Supplier;)Lnet/minecraft/class_5250;
      official a Lgav$b;a(Ljava/util/function/Supplier;)Lzb;
    • updateChangeList

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

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

      private void restore()
      Mappings:
      Namespace Name Mixin selector
      named restore Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen$BackupObjectSelectionListEntry;restore()V
      intermediary method_57674 Lnet/minecraft/class_4381$class_4383;method_57674()V
      official c Lgav$b;c()V
    • 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_ Lgjz;aJ_()Ljava/util/List;
    • selectableChildren

      public List<? extends Selectable> selectableChildren()
      Specified by:
      selectableChildren in class ElementListWidget.Entry<RealmsBackupScreen.BackupObjectSelectionListEntry>
      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 Lggy$a;b()Ljava/util/List;
    • 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<RealmsBackupScreen.BackupObjectSelectionListEntry>
      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 Lggm$a;a(Lggf;IIZF)V