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 WorldDownload
FileDownload.ResourcePackProgressListener. worldDownload
Methods in net.minecraft.client.realms that return WorldDownload Modifier and Type Method Description WorldDownload
RealmsClient. download(long worldId, int slotId)
Methods in net.minecraft.client.realms with parameters of type WorldDownload Modifier and Type Method Description void
FileDownload. 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 WorldDownload
WorldDownload. 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 WorldDownload
RealmsDownloadLatestWorldScreen. worldDownload
Constructors in net.minecraft.client.realms.gui.screen with parameters of type WorldDownload Constructor Description RealmsDownloadLatestWorldScreen(Screen parent, WorldDownload worldDownload, String worldName, BooleanConsumer booleanConsumer)