Uses of Class
com.mojang.realmsclient.dto.WorldDownload
-
Packages that use WorldDownload Package Description com.mojang.realmsclient.client com.mojang.realmsclient.dto com.mojang.realmsclient.gui.screens -
-
Uses of WorldDownload in com.mojang.realmsclient.client
Fields in com.mojang.realmsclient.client declared as WorldDownload Modifier and Type Field Description private WorldDownload
FileDownload.ResourcePackProgressListener. worldDownload
Methods in com.mojang.realmsclient.client that return WorldDownload Modifier and Type Method Description WorldDownload
RealmsClient. requestDownloadInfo(long p_224917_1_, int p_224917_3_)
Methods in com.mojang.realmsclient.client with parameters of type WorldDownload Modifier and Type Method Description void
FileDownload. download(WorldDownload p_237688_1_, java.lang.String p_237688_2_, RealmsDownloadLatestWorldScreen.DownloadStatus p_237688_3_, SaveFormat p_237688_4_)
Constructors in com.mojang.realmsclient.client with parameters of type WorldDownload Constructor Description ResourcePackProgressListener(java.io.File p_i51645_2_, RealmsDownloadLatestWorldScreen.DownloadStatus p_i51645_3_, WorldDownload p_i51645_4_)
-
Uses of WorldDownload in com.mojang.realmsclient.dto
Methods in com.mojang.realmsclient.dto that return WorldDownload Modifier and Type Method Description static WorldDownload
WorldDownload. parse(java.lang.String p_230802_0_)
-
Uses of WorldDownload in com.mojang.realmsclient.gui.screens
Fields in com.mojang.realmsclient.gui.screens declared as WorldDownload Modifier and Type Field Description private WorldDownload
RealmsDownloadLatestWorldScreen. worldDownload
Constructors in com.mojang.realmsclient.gui.screens with parameters of type WorldDownload Constructor Description RealmsDownloadLatestWorldScreen(Screen p_i232203_1_, WorldDownload p_i232203_2_, java.lang.String p_i232203_3_, it.unimi.dsi.fastutil.booleans.BooleanConsumer p_i232203_4_)
-