Uses of Class
net.minecraft.world.storage.SaveFormat
-
Packages that use SaveFormat Package Description com.mojang.realmsclient.client net.minecraft.client net.minecraft.client.gui.screen net.minecraft.world.storage -
-
Uses of SaveFormat in com.mojang.realmsclient.client
Fields in com.mojang.realmsclient.client declared as SaveFormat Modifier and Type Field Description private SaveFormatFileDownload.ProgressListener. levelStorageSourceMethods in com.mojang.realmsclient.client with parameters of type SaveFormat Modifier and Type Method Description voidFileDownload. download(WorldDownload p_237688_1_, java.lang.String p_237688_2_, RealmsDownloadLatestWorldScreen.DownloadStatus p_237688_3_, SaveFormat p_237688_4_)private voidFileDownload. untarGzipArchive(java.lang.String p_237690_1_, java.io.File p_237690_2_, SaveFormat p_237690_3_)Constructors in com.mojang.realmsclient.client with parameters of type SaveFormat Constructor Description ProgressListener(java.lang.String p_i232192_2_, java.io.File p_i232192_3_, SaveFormat p_i232192_4_, RealmsDownloadLatestWorldScreen.DownloadStatus p_i232192_5_) -
Uses of SaveFormat in net.minecraft.client
Fields in net.minecraft.client declared as SaveFormat Modifier and Type Field Description private SaveFormatMinecraft. levelSourceMethods in net.minecraft.client that return SaveFormat Modifier and Type Method Description SaveFormatMinecraft. getLevelSource() -
Uses of SaveFormat in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen with parameters of type SaveFormat Modifier and Type Method Description static voidEditWorldScreen. makeBackupAndShowToast(SaveFormat p_241651_0_, java.lang.String p_241651_1_) -
Uses of SaveFormat in net.minecraft.world.storage
Methods in net.minecraft.world.storage that return SaveFormat Modifier and Type Method Description static SaveFormatSaveFormat. createDefault(java.nio.file.Path p_237269_0_)
-