com.mojang.realmsclient.gui.screens

public class RealmsDownloadLatestWorldScreen

extends RealmsScreen

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, TabOrderedElement, Renderable

eoi
com.mojang.realmsclient.gui.screens.RealmsDownloadLatestWorldScreen
net.minecraft.class_4392
net.minecraft.client.realms.gui.screen.RealmsDownloadLatestWorldScreen
net.minecraft.src.C_3296_

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
a
LOGGER
field_19844
LOGGER
f_88609_
private static final ReentrantLock
b
DOWNLOAD_LOCK
field_19868
DOWNLOAD_LOCK
f_88610_
private static final int
c
BAR_WIDTH
field_41772
field_41772
f_263827_
private static final int
y
BAR_TOP
field_41769
field_41769
f_263743_
private static final int
z
BAR_BOTTOM
field_41770
field_41770
f_263777_
private static final int
A
BAR_BORDER
field_41771
field_41771
f_263771_
private final Screen
B
lastScreen
field_19845
parent
f_88611_
private final WorldDownload
C
worldDownload
field_19846
worldDownload
f_88612_
private final Component
D
downloadTitle
field_19847
downloadTitle
f_88613_
private final com.google.common.util.concurrent.RateLimiter
E
narrationRateLimiter
field_19848
narrationRateLimiter
f_88614_
private Button
F
cancelButton
field_22694
cancelButton
f_88615_
private final String
G
worldName
field_19850
worldName
f_88616_
private final RealmsDownloadLatestWorldScreen$DownloadStatus
H
downloadStatus
field_19851
downloadStatus
f_88617_
private volatile Component
I
errorMessage
field_20494
downloadError
f_88618_
private volatile Component
J
status
field_19853
status
f_88619_
private volatile String
K
progress
field_19854
progress
f_88620_
private volatile boolean
L
cancelled
field_19855
cancelled
f_88621_
private volatile boolean
M
showDots
field_19856
showDots
f_88622_
private volatile boolean
N
finished
field_19857
finished
f_88599_
private volatile boolean
O
extracting
field_19858
extracting
f_88600_
private Long
P
previousWrittenBytes
field_19859
previousWrittenBytes
f_88601_
private Long
Q
previousTimeSnapshot
field_19860
previousTimeSnapshot
f_88602_
private long
R
bytesPersSecond
field_19861
bytesPerSecond
f_88603_
private int
S
animTick
field_19862
animTick
f_88604_
private static final String[]
T
DOTS
field_19863
DOTS
f_88605_
private int
U
dotIndex
field_19864
dotIndex
f_88606_
private boolean
V
checked
field_19867
checked
f_88607_
private final it.unimi.dsi.fastutil.booleans.BooleanConsumer
W
callback
field_22693
onBack
f_88608_

Constructor summary

ModifierConstructor
public (Screen parent, WorldDownload worldDownload, String worldName, it.unimi.dsi.fastutil.booleans.BooleanConsumer onBack)

Method summary

Modifier and TypeMethod
public void
aH_()
init()
method_25426()
init()
m_7856_()
private void
D()
checkDownloadSize()
method_21265()
checkDownloadSize()
m_88655_()
private long
a(String arg0)
getContentLength(String arg0)
method_21259(String arg0)
getContentLength(String downloadLink)
m_88646_(String arg0)
public void
c()
tick()
method_25393()
tick()
m_86600_()
private Component
E()
createProgressNarrationMessage()
method_37012()
getNarration()
m_167409_()
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_88631_, int p_88632_, int arg2)
private void
F()
backButtonClicked()
method_21269()
backButtonClicked()
m_88656_()
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_88635_, int p_88636_, int p_88637_, float arg3)
private void
c(esf arg0)
drawDots(GuiGraphics arg0)
method_21272(class_332 arg0)
drawDots(DrawContext context)
m_280494_(C_279497_ arg0)
private void
d(esf arg0)
drawProgressBar(GuiGraphics arg0)
method_21274(class_332 arg0)
drawProgressBar(DrawContext context)
m_88648_(C_279497_ arg0)
private void
e(esf arg0)
drawDownloadSpeed(GuiGraphics arg0)
method_21276(class_332 arg0)
drawDownloadSpeed(DrawContext context)
m_88653_(C_279497_ arg0)
private void
a(esf arg0, long arg1)
drawDownloadSpeed0(GuiGraphics arg0, long arg1)
method_21266(class_332 arg0, long arg1)
drawDownloadSpeed0(DrawContext context, long bytesPerSecond)
m_280316_(C_279497_ p_281931_, long arg1)
private void
G()
downloadSave()
method_21278()
downloadSave()
m_88657_()
private void
H()
downloadCancelled()
method_21279()
downloadCancelled()
m_88658_()