Uses of Class
net.minecraft.client.realms.dto.WorldDownload
| Package | Description |
|---|---|
| net.minecraft.client.realms | |
| net.minecraft.client.realms.dto | |
| net.minecraft.client.realms.gui.screen |
-
Uses of WorldDownload in net.minecraft.client.realms
Fields in net.minecraft.client.realms declared as WorldDownload Modifier and Type Field Description private WorldDownloadFileDownload.ResourcePackProgressListener. worldDownloadMethods in net.minecraft.client.realms that return WorldDownload Modifier and Type Method Description WorldDownloadRealmsClient. download(long worldId, int slotId)Methods in net.minecraft.client.realms with parameters of type WorldDownload Modifier and Type Method Description voidFileDownload. downloadWorld(WorldDownload download, String message, RealmsDownloadLatestWorldScreen.DownloadStatus status, LevelStorage storage)Constructors in net.minecraft.client.realms with parameters of type WorldDownload Constructor Description ResourcePackProgressListener(File tempFile, RealmsDownloadLatestWorldScreen.DownloadStatus downloadStatus, WorldDownload worldDownload) -
Uses of WorldDownload in net.minecraft.client.realms.dto
Methods in net.minecraft.client.realms.dto that return WorldDownload Modifier and Type Method Description static WorldDownloadWorldDownload. parse(String json) -
Uses of WorldDownload in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen declared as WorldDownload Modifier and Type Field Description private WorldDownloadRealmsDownloadLatestWorldScreen. worldDownloadConstructors in net.minecraft.client.realms.gui.screen with parameters of type WorldDownload Constructor Description RealmsDownloadLatestWorldScreen(Screen parent, WorldDownload worldDownload, String worldName, BooleanConsumer booleanConsumer)