com.mojang.realmsclient.gui.screens

public class RealmsBackupScreen

extends RealmsScreen

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, Widget

edb
com.mojang.realmsclient.gui.screens.RealmsBackupScreen
net.minecraft.class_4381
net.minecraft.client.realms.gui.screen.RealmsBackupScreen
net.minecraft.src.C_3286_

Field summary

Modifier and TypeField
static final org.slf4j.Logger
a
LOGGER
field_19741
LOGGER
f_88110_
static final ResourceLocation
b
PLUS_ICON_LOCATION
field_22686
PLUS_ICON
f_88111_
static final ResourceLocation
c
RESTORE_ICON_LOCATION
field_22687
RESTORE_ICON
f_88112_
static final Component
I
RESTORE_TOOLTIP
field_26471
RESTORE_TEXT
f_88113_
static final Component
J
HAS_CHANGES_TOOLTIP
field_26472
CHANGES_TOOLTIP
f_88114_
private static final Component
K
TITLE
field_26473
BACKUPS_TEXT
f_88115_
private static final Component
L
NO_BACKUPS_LABEL
field_26474
NO_BACKUPS_TEXT
f_88116_
static int
M
lastScrollPosition
field_19742
lastScrollPosition
f_88117_
private final RealmsConfigureWorldScreen
N
lastScreen
field_19743
parent
f_88118_
List<Backup>
O
backups
field_19744
backups
f_88119_
Component
P
toolTip
field_19745
tooltip
f_88120_
RealmsBackupScreen$BackupObjectSelectionList
Q
backupObjectSelectionList
field_19746
backupObjectSelectionList
f_88121_
int
R
selectedBackup
field_19747
selectedBackup
f_88122_
private final int
S
slotId
field_19748
slotId
f_88123_
private Button
T
downloadButton
field_19749
downloadButton
f_88104_
private Button
U
restoreButton
field_19750
restoreButton
f_88105_
private Button
V
changesButton
field_19751
changesButton
f_88106_
Boolean
W
noBackups
field_19752
noBackups
f_88107_
final RealmsServer
X
serverData
field_19753
serverData
f_88108_
private static final String
Y
UPLOADED_KEY
field_32119
UPLOADED
f_167355_

Constructor summary

ModifierConstructor
public (RealmsConfigureWorldScreen parent, RealmsServer serverData, int slotId)

Method summary

Modifier and TypeMethod
public void
b()
init()
method_25426()
init()
m_7856_()
void
g()
generateChangeList()
method_21154()
generateChangeList()
m_88199_()
private void
a(ebl arg0, String arg1)
addToChangeList(Backup arg0, String arg1)
method_21147(class_4867 arg0, String arg1)
addToChangeList(Backup backup, String key)
m_88146_(C_3234_ p_88148_, String arg1)
void
k()
updateButtonStates()
method_21160()
updateButtonStates()
m_88204_()
private boolean
z()
shouldChangesButtonBeVisible()
method_21162()
shouldChangesButtonBeVisible()
m_88205_()
private boolean
A()
shouldRestoreButtonBeVisible()
method_21164()
shouldRestoreButtonBeVisible()
m_88206_()
public boolean
a(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
method_25404(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
m_7933_(int p_88134_, int p_88135_, int arg2)
void
a(int arg0)
restoreClicked(int arg0)
method_21155(int arg0)
restoreClicked(int selectedBackup)
m_88166_(int arg0)
private void
B()
downloadClicked()
method_21166()
downloadClicked()
m_88207_()
private void
C()
downloadWorldData()
method_21168()
downloadWorldData()
m_88208_()
private void
D()
restore()
method_21170()
restore()
m_88209_()
public void
a(eaq arg0, int arg1, int arg2, float arg3)
render(PoseStack arg0, int arg1, int arg2, float arg3)
method_25394(class_4587 arg0, int arg1, int arg2, float arg3)
render(MatrixStack arg0, int arg1, int arg2, float arg3)
m_6305_(C_3181_ p_88138_, int p_88139_, int p_88140_, float arg3)
protected void
a(eaq arg0, rq arg1, int arg2, int arg3)
renderMousehoverTooltip(PoseStack arg0, Component arg1, int arg2, int arg3)
method_21153(class_4587 arg0, class_2561 arg1, int arg2, int arg3)
renderMousehoverTooltip(MatrixStack matrices, Text text, int mouseX, int mouseY)
m_88141_(C_3181_ p_88143_, C_4996_ p_88144_, int p_88145_, int arg3)