com.mojang.realmsclient.gui.screens

public class RealmsUploadScreen

extends RealmsScreen implements RealmsWorldUploadStatusTracker

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, TabOrderedElement, Renderable, RealmsWorldUploadStatusTracker

fkm
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
C
BAR_BOTTOM
field_41774
field_41774
private static final int
D
BAR_BORDER
field_41775
field_41775
private static final String[]
E
DOTS
field_20191
DOTS
private static final Component
F
VERIFYING_TEXT
field_26526
VERIFYING_TEXT
private final RealmsResetWorldScreen
G
lastScreen
field_20175
parent
private final LevelSummary
H
selectedLevel
field_20176
selectedLevel
private final RealmCreationTask
I
realmCreationTask
field_48388
creationTask
private final long
J
realmId
field_20177
worldId
private final int
K
slotId
field_20178
slotId
final AtomicReference<RealmsWorldUpload>
a
currentUpload
field_54387
uploader
private final UploadStatus
L
uploadStatus
field_20179
uploadProgress
private final com.google.common.util.concurrent.RateLimiter
M
narrationRateLimiter
field_20180
narrationRateLimiter
private volatile Component[]
N
errorMessage
field_20503
statusTexts
private volatile Component
O
status
field_20182
status
private volatile String
P
progress
field_20183
progress
private volatile boolean
Q
cancelled
field_20184
cancelled
private volatile boolean
R
uploadFinished
field_20185
uploadFinished
private volatile boolean
S
showDots
field_20186
showDots
private volatile boolean
T
uploadStarted
field_20187
uploadStarted
private Button
U
backButton
field_20188
backButton
private Button
V
cancelButton
field_20189
cancelButton
private int
W
tickCount
field_20190
animTick
private final HeaderAndFooterLayout
X
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
aT_()
init()
method_25426()
init()
protected void
c()
repositionElements()
method_48640()
refreshWidgetPositions()
private void
E()
onBack()
method_21525()
onBack()
private void
F()
onCancel()
method_21528()
onCancel()
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)
public void
a(fns 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
c(fns arg0)
drawProgressBar(GuiGraphics arg0)
method_21532(class_332 arg0)
drawProgressBar(DrawContext context)
private void
d(fns arg0)
drawUploadSpeed(GuiGraphics arg0)
method_21534(class_332 arg0)
drawUploadSpeed(DrawContext context)
private void
a(fns 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
G()
createProgressNarrationMessage()
method_37014()
getNarration()
private void
J()
upload()
method_21536()
upload()
private void
a(xv... 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()