com.mojang.realmsclient.gui.screens

public class RealmsUploadScreen

extends RealmsScreen

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, Widget

edy
com.mojang.realmsclient.gui.screens.RealmsUploadScreen
net.minecraft.class_4427
net.minecraft.client.realms.gui.screen.RealmsUploadScreen
net.minecraft.src.C_3340_

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
a
LOGGER
field_20174
LOGGER
f_90067_
private static final ReentrantLock
b
UPLOAD_LOCK
field_20196
UPLOAD_LOCK
f_90068_
private static final String[]
c
DOTS
field_20191
DOTS
f_90069_
private static final Component
I
VERIFYING_TEXT
field_26526
VERIFYING_TEXT
f_90070_
private final RealmsResetWorldScreen
J
lastScreen
field_20175
parent
f_90071_
private final LevelSummary
K
selectedLevel
field_20176
selectedLevel
f_90072_
private final long
L
worldId
field_20177
worldId
f_90073_
private final int
M
slotId
field_20178
slotId
f_90074_
private final UploadStatus
N
uploadStatus
field_20179
uploadStatus
f_90075_
private final com.google.common.util.concurrent.RateLimiter
O
narrationRateLimiter
field_20180
narrationRateLimiter
f_90076_
private volatile Component[]
P
errorMessage
field_20503
statusTexts
f_90077_
private volatile Component
Q
status
field_20182
status
f_90078_
private volatile String
R
progress
field_20183
progress
f_90079_
private volatile boolean
S
cancelled
field_20184
cancelled
f_90080_
private volatile boolean
T
uploadFinished
field_20185
uploadFinished
f_90057_
private volatile boolean
U
showDots
field_20186
showDots
f_90058_
private volatile boolean
V
uploadStarted
field_20187
uploadStarted
f_90059_
private Button
W
backButton
field_20188
backButton
f_90060_
private Button
X
cancelButton
field_20189
cancelButton
f_90061_
private int
Y
tickCount
field_20190
animTick
f_90062_
private Long
Z
previousWrittenBytes
field_20193
previousWrittenBytes
f_90063_
private Long
aa
previousTimeSnapshot
field_20194
previousTimeSnapshot
f_90064_
private long
ab
bytesPersSecond
field_20195
bytesPerSecond
f_90065_
private final Runnable
ac
callback
field_22728
onBack
f_90066_

Constructor summary

ModifierConstructor
public (long worldId, int slotId, RealmsResetWorldScreen parent, LevelSummary selectedLevel, Runnable onBack)

Method summary

Modifier and TypeMethod
public void
b()
init()
method_25426()
init()
m_7856_()
public void
e()
removed()
method_25432()
removed()
m_7861_()
private void
g()
onBack()
method_21525()
onBack()
m_90127_()
private void
k()
onCancel()
method_21528()
onCancel()
m_90128_()
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_90090_, int p_90091_, int arg2)
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_90097_, int p_90098_, int p_90099_, float arg3)
private void
b(eaq arg0)
drawDots(PoseStack arg0)
method_21530(class_4587 arg0)
drawDots(MatrixStack matrices)
m_90115_(C_3181_ arg0)
private void
c(eaq arg0)
drawProgressBar(PoseStack arg0)
method_21532(class_4587 arg0)
drawProgressBar(MatrixStack matrices)
m_90121_(C_3181_ arg0)
private void
d(eaq arg0)
drawUploadSpeed(PoseStack arg0)
method_21534(class_4587 arg0)
drawUploadSpeed(MatrixStack matrices)
m_90124_(C_3181_ arg0)
private void
a(eaq arg0, long arg1)
drawUploadSpeed0(PoseStack arg0, long arg1)
method_21526(class_4587 arg0, long arg1)
drawUploadSpeed0(MatrixStack matrices, long bytesPerSecond)
m_90100_(C_3181_ p_90102_, long arg1)
public void
d()
tick()
method_25393()
tick()
m_86600_()
private Component
z()
createProgressNarrationMessage()
method_37014()
getNarration()
m_167558_()
private void
A()
upload()
method_21536()
upload()
m_90129_()
private void
a(rq... arg0)
setErrorMessage(Component... arg0)
method_27460(class_2561... arg0)
setStatusTexts(Text... statusTexts)
m_90112_(C_4996_... arg0)
private void
B()
uploadCancelled()
method_21538()
uploadCancelled()
m_90130_()
private boolean
a(File arg0)
verify(File arg0)
method_21515(File arg0)
verify(File archive)
m_90105_(File arg0)
private File
b(File arg0)
tarGzipArchive(File arg0)
method_21524(File arg0)
tarGzipArchive(File pathToDirectoryFile)
m_90119_(File arg0)
private void
a(org.apache.commons.compress.archivers.tar.TarArchiveOutputStream arg0, String arg1, String arg2, boolean arg3)
addFileToTarGz(org.apache.commons.compress.archivers.tar.TarArchiveOutputStream arg0, String arg1, String arg2, boolean arg3)
method_21516(org.apache.commons.compress.archivers.tar.TarArchiveOutputStream arg0, String arg1, String arg2, boolean arg3)
addFileToTarGz(org.apache.commons.compress.archivers.tar.TarArchiveOutputStream tOut, String path, String base, boolean root)
m_90107_(org.apache.commons.compress.archivers.tar.TarArchiveOutputStream p_90109_, String p_90110_, String p_90111_, boolean arg3)