com.mojang.realmsclient.gui.screens

public class RealmsUploadScreen

extends RealmsScreen implements RealmsWorldUploadStatusTracker

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, TabOrderedElement, Renderable, RealmsWorldUploadStatusTracker

gbv
com.mojang.realmsclient.gui.screens.RealmsUploadScreen
net.minecraft.class_4427
net.minecraft.client.realms.gui.screen.RealmsUploadScreen

Field summary

Modifier and TypeField
private static final int
b
BAR_WIDTH
field_41776
field_41776
private static final int
c
BAR_TOP
field_41773
field_41773
private static final int
F
BAR_BOTTOM
field_41774
field_41774
private static final int
G
BAR_BORDER
field_41775
field_41775
private static final String[]
H
DOTS
field_20191
DOTS
private static final Component
I
VERIFYING_TEXT
field_26526
VERIFYING_TEXT
private final RealmsResetWorldScreen
J
lastScreen
field_20175
parent
private final LevelSummary
K
selectedLevel
field_20176
selectedLevel
private final RealmCreationTask
L
realmCreationTask
field_48388
creationTask
private final long
M
realmId
field_20177
worldId
private final int
N
slotId
field_20178
slotId
final AtomicReference<RealmsWorldUpload>
a
currentUpload
field_54387
uploader
private final UploadStatus
O
uploadStatus
field_20179
uploadProgress
private final com.google.common.util.concurrent.RateLimiter
P
narrationRateLimiter
field_20180
narrationRateLimiter
private volatile Component[]
Q
errorMessage
field_20503
statusTexts
private volatile Component
R
status
field_20182
status
private volatile String
S
progress
field_20183
progress
private volatile boolean
T
cancelled
field_20184
cancelled
private volatile boolean
U
uploadFinished
field_20185
uploadFinished
private volatile boolean
V
showDots
field_20186
showDots
private volatile boolean
W
uploadStarted
field_20187
uploadStarted
private Button
X
backButton
field_20188
backButton
private Button
Y
cancelButton
field_20189
cancelButton
private int
Z
tickCount
field_20190
animTick
private final HeaderAndFooterLayout
aa
layout
field_48389
layout

Constructor summary

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

Method summary

Modifier and TypeMethod
public void
bf_()
init()
method_25426()
init()
protected void
c()
repositionElements()
method_48640()
refreshWidgetPositions()
private void
o()
onBack()
method_21525()
onBack()
private void
I()
onCancel()
method_21528()
onCancel()
public boolean
a(gxr arg0)
keyPressed(KeyEvent arg0)
method_25404(class_11908 arg0)
keyPressed(KeyInput arg0)
public void
a(ghi 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)
private void
d(ghi arg0)
drawProgressBar(GuiGraphics arg0)
method_21532(class_332 arg0)
drawProgressBar(DrawContext context)
private void
e(ghi arg0)
drawUploadSpeed(GuiGraphics arg0)
method_21534(class_332 arg0)
drawUploadSpeed(DrawContext context)
private void
a(ghi arg0, long arg1)
drawUploadSpeed0(GuiGraphics arg0, long arg1)
method_21526(class_332 arg0, long arg1)
drawUploadSpeed0(DrawContext context, long bytesPerSecond)
public void
e()
tick()
method_25393()
tick()
private Component
J()
createProgressNarrationMessage()
method_37014()
getNarration()
private void
K()
upload()
method_21536()
upload()
private void
a(yh... arg0)
setErrorMessage(Component... arg0)
method_27460(class_2561... arg0)
setStatusTexts(Text... statusTexts)
public UploadStatus
b()
getUploadStatus()
method_64349()
getUploadProgress()
public void
d()
setUploading()
method_64350()
updateProgressDisplay()