com.mojang.realmsclient.gui.screens

public class RealmsUploadScreen

extends RealmsScreen

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, TabOrderedElement, Renderable

epb
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 int
c
BAR_WIDTH
field_41776
field_41776
f_263667_
private static final int
y
BAR_TOP
field_41773
field_41773
f_263749_
private static final int
z
BAR_BOTTOM
field_41774
field_41774
f_263693_
private static final int
A
BAR_BORDER
field_41775
field_41775
f_263789_
private static final String[]
B
DOTS
field_20191
DOTS
f_90069_
private static final Component
C
VERIFYING_TEXT
field_26526
VERIFYING_TEXT
f_90070_
private final RealmsResetWorldScreen
D
lastScreen
field_20175
parent
f_90071_
private final LevelSummary
E
selectedLevel
field_20176
selectedLevel
f_90072_
private final long
F
worldId
field_20177
worldId
f_90073_
private final int
G
slotId
field_20178
slotId
f_90074_
private final UploadStatus
H
uploadStatus
field_20179
uploadStatus
f_90075_
private final com.google.common.util.concurrent.RateLimiter
I
narrationRateLimiter
field_20180
narrationRateLimiter
f_90076_
private volatile Component[]
J
errorMessage
field_20503
statusTexts
f_90077_
private volatile Component
K
status
field_20182
status
f_90078_
private volatile String
L
progress
field_20183
progress
f_90079_
private volatile boolean
M
cancelled
field_20184
cancelled
f_90080_
private volatile boolean
N
uploadFinished
field_20185
uploadFinished
f_90057_
private volatile boolean
O
showDots
field_20186
showDots
f_90058_
private volatile boolean
P
uploadStarted
field_20187
uploadStarted
f_90059_
private Button
Q
backButton
field_20188
backButton
f_90060_
private Button
R
cancelButton
field_20189
cancelButton
f_90061_
private int
S
tickCount
field_20190
animTick
f_90062_
private Long
T
previousWrittenBytes
field_20193
previousWrittenBytes
f_90063_
private Long
U
previousTimeSnapshot
field_20194
previousTimeSnapshot
f_90064_
private long
V
bytesPersSecond
field_20195
bytesPerSecond
f_90065_

Constructor summary

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

Method summary

Modifier and TypeMethod
public void
aH_()
init()
method_25426()
init()
m_7856_()
private void
D()
onBack()
method_21525()
onBack()
m_90127_()
private void
E()
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(esf arg0, int arg1, int arg2, float arg3)
render(GuiGraphics arg0, int arg1, int arg2, float arg3)
method_25394(class_332 arg0, int arg1, int arg2, float arg3)
render(DrawContext arg0, int arg1, int arg2, float arg3)
m_88315_(C_279497_ p_90097_, int p_90098_, int p_90099_, float arg3)
private void
c(esf arg0)
drawDots(GuiGraphics arg0)
method_21530(class_332 arg0)
drawDots(DrawContext context)
m_280401_(C_279497_ arg0)
private void
d(esf arg0)
drawProgressBar(GuiGraphics arg0)
method_21532(class_332 arg0)
drawProgressBar(DrawContext context)
m_90121_(C_279497_ arg0)
private void
e(esf arg0)
drawUploadSpeed(GuiGraphics arg0)
method_21534(class_332 arg0)
drawUploadSpeed(DrawContext context)
m_90124_(C_279497_ arg0)
private void
a(esf arg0, long arg1)
drawUploadSpeed0(GuiGraphics arg0, long arg1)
method_21526(class_332 arg0, long arg1)
drawUploadSpeed0(DrawContext context, long bytesPerSecond)
m_280334_(C_279497_ p_282827_, long arg1)
public void
c()
tick()
method_25393()
tick()
m_86600_()
private Component
F()
createProgressNarrationMessage()
method_37014()
getNarration()
m_167558_()
private void
G()
upload()
method_21536()
upload()
m_90129_()
private void
a(tl... arg0)
setErrorMessage(Component... arg0)
method_27460(class_2561... arg0)
setStatusTexts(Text... statusTexts)
m_90112_(C_4996_... arg0)
private void
H()
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)