Class RealmsBackupScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.realms.gui.screen.RealmsScreen
net.minecraft.client.realms.gui.screen.RealmsBackupScreen
- All Implemented Interfaces:
Drawable
,Element
,Navigable
,ParentElement
- Mappings:
Namespace Name named net/minecraft/client/realms/gui/screen/RealmsBackupScreen
intermediary net/minecraft/class_4381
official fcn
-
Nested Class Summary
Modifier and TypeClassDescriptionprivate class
private class
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final Text
(package private) static final Text
(package private) @Nullable ButtonWidget
private static final int
(package private) final ThreePartsLayoutWidget
(package private) static final Logger
private static final Text
(package private) boolean
(package private) final RealmsConfigureWorldScreen
(package private) static final Text
(package private) @Nullable RealmsBackupScreen.BackupObjectSelectionList
(package private) final RealmsServer
private final int
private static final String
Fields inherited from class net.minecraft.client.realms.gui.screen.RealmsScreen
field_33040, field_33041, field_33042, field_33055, field_33057, field_33061, field_33062, field_33063, field_39676, MAX_FILE_SIZE
Fields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, textRenderer, title, width
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
ConstructorDescriptionRealmsBackupScreen
(RealmsConfigureWorldScreen parent, RealmsServer serverData, int slotId) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
private void
void
init()
Called when a screen should be initialized.protected void
void
render
(DrawContext context, int mouseX, int mouseY, float delta) private void
Methods inherited from class net.minecraft.client.realms.gui.screen.RealmsScreen
addLabel, narrateLabels, row
Methods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, blur, children, clearAndInit, clearChildren, clearTooltip, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getPanoramaTickDelta, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, remove, removed, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, switchFocus, tick, updateNarrator, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.Element
mouseMoved
Methods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrder
Methods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGER
Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;LOGGER:Lorg/slf4j/Logger;
intermediary field_19741
Lnet/minecraft/class_4381;field_19741:Lorg/slf4j/Logger;
official a
Lfcn;a:Lorg/slf4j/Logger;
-
BACKUPS_TEXT
- Mappings:
Namespace Name Mixin selector named BACKUPS_TEXT
Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;BACKUPS_TEXT:Lnet/minecraft/text/Text;
intermediary field_26473
Lnet/minecraft/class_4381;field_26473:Lnet/minecraft/class_2561;
official b
Lfcn;b:Lxp;
-
RESTORE_TEXT
- Mappings:
Namespace Name Mixin selector named RESTORE_TEXT
Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;RESTORE_TEXT:Lnet/minecraft/text/Text;
intermediary field_26471
Lnet/minecraft/class_4381;field_26471:Lnet/minecraft/class_2561;
official c
Lfcn;c:Lxp;
-
CHANGES_TOOLTIP
- Mappings:
Namespace Name Mixin selector named CHANGES_TOOLTIP
Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;CHANGES_TOOLTIP:Lnet/minecraft/text/Text;
intermediary field_26472
Lnet/minecraft/class_4381;field_26472:Lnet/minecraft/class_2561;
official B
Lfcn;B:Lxp;
-
NO_BACKUPS_TEXT
- Mappings:
Namespace Name Mixin selector named NO_BACKUPS_TEXT
Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;NO_BACKUPS_TEXT:Lnet/minecraft/text/Text;
intermediary field_26474
Lnet/minecraft/class_4381;field_26474:Lnet/minecraft/class_2561;
official C
Lfcn;C:Lxp;
-
UPLOADED
- See Also:
- Mappings:
Namespace Name Mixin selector named UPLOADED
Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;UPLOADED:Ljava/lang/String;
intermediary field_32119
Lnet/minecraft/class_4381;field_32119:Ljava/lang/String;
official D
Lfcn;D:Ljava/lang/String;
-
field_49447
private static final int field_49447- See Also:
- Mappings:
Namespace Name Mixin selector named field_49447
Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;field_49447:I
intermediary field_49447
Lnet/minecraft/class_4381;field_49447:I
official E
Lfcn;E:I
-
parent
- Mappings:
Namespace Name Mixin selector named parent
Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;parent:Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;
intermediary field_19743
Lnet/minecraft/class_4381;field_19743:Lnet/minecraft/class_4388;
official F
Lfcn;F:Lfcq;
-
backups
- Mappings:
Namespace Name Mixin selector named backups
Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;backups:Ljava/util/List;
intermediary field_19744
Lnet/minecraft/class_4381;field_19744:Ljava/util/List;
official G
Lfcn;G:Ljava/util/List;
-
selectionList
- Mappings:
Namespace Name Mixin selector named selectionList
Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;selectionList:Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen$BackupObjectSelectionList;
intermediary field_49448
Lnet/minecraft/class_4381;field_49448:Lnet/minecraft/class_4381$class_4382;
official H
Lfcn;H:Lfcn$a;
-
layout
- Mappings:
Namespace Name Mixin selector named layout
Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;layout:Lnet/minecraft/client/gui/widget/ThreePartsLayoutWidget;
intermediary field_49449
Lnet/minecraft/class_4381;field_49449:Lnet/minecraft/class_8132;
official I
Lfcn;I:Lfkt;
-
slotId
private final int slotId- Mappings:
Namespace Name Mixin selector named slotId
Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;slotId:I
intermediary field_19748
Lnet/minecraft/class_4381;field_19748:I
official J
Lfcn;J:I
-
downloadButton
- Mappings:
Namespace Name Mixin selector named downloadButton
Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;downloadButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
intermediary field_19749
Lnet/minecraft/class_4381;field_19749:Lnet/minecraft/class_4185;
official K
Lfcn;K:Lfhg;
-
serverData
- Mappings:
Namespace Name Mixin selector named serverData
Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;serverData:Lnet/minecraft/client/realms/dto/RealmsServer;
intermediary field_19753
Lnet/minecraft/class_4381;field_19753:Lnet/minecraft/class_4877;
official L
Lfcn;L:Lfbh;
-
noBackups
boolean noBackups- Mappings:
Namespace Name Mixin selector named noBackups
Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;noBackups:Z
intermediary field_19752
Lnet/minecraft/class_4381;field_19752:Z
official M
Lfcn;M:Z
-
-
Constructor Details
-
RealmsBackupScreen
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;<init>(Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;Lnet/minecraft/client/realms/dto/RealmsServer;I)V
intermediary <init>
Lnet/minecraft/class_4381;<init>(Lnet/minecraft/class_4388;Lnet/minecraft/class_4877;I)V
official <init>
Lfcn;<init>(Lfcq;Lfbh;I)V
-
-
Method Details
-
init
public void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
This should call
Screen.setInitialFocus()
to set the element that is initially focused. -
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classScreen
- Mappings:
Namespace Name Mixin selector named render
Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
intermediary method_25394
Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
official a
Lfij;a(Lfgt;IIF)V
-
startBackupFetcher
private void startBackupFetcher()- Mappings:
Namespace Name Mixin selector named startBackupFetcher
Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;startBackupFetcher()V
intermediary method_57661
Lnet/minecraft/class_4381;method_57661()V
official E
Lfcn;E()V
-
close
public void close() -
downloadClicked
private void downloadClicked()- Mappings:
Namespace Name Mixin selector named downloadClicked
Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;downloadClicked()V
intermediary method_21166
Lnet/minecraft/class_4381;method_21166()V
official F
Lfcn;F()V
-