Uses of Class
net.minecraft.world.level.storage.LevelStorage
| Package | Description |
|---|---|
| net.minecraft.client | |
| net.minecraft.client.gui.screen.world | |
| net.minecraft.client.realms | |
| net.minecraft.world.level.storage |
-
Uses of LevelStorage in net.minecraft.client
Fields in net.minecraft.client declared as LevelStorage Modifier and Type Field Description private LevelStorageMinecraftClient. levelStorageMethods in net.minecraft.client that return LevelStorage Modifier and Type Method Description LevelStorageMinecraftClient. getLevelStorage() -
Uses of LevelStorage in net.minecraft.client.gui.screen.world
Methods in net.minecraft.client.gui.screen.world with parameters of type LevelStorage Modifier and Type Method Description static voidEditWorldScreen. onBackupConfirm(LevelStorage storage, String levelName) -
Uses of LevelStorage in net.minecraft.client.realms
Fields in net.minecraft.client.realms declared as LevelStorage Modifier and Type Field Description private LevelStorageFileDownload.ProgressListener. levelStorageSourceMethods in net.minecraft.client.realms with parameters of type LevelStorage Modifier and Type Method Description voidFileDownload. downloadWorld(WorldDownload download, String message, RealmsDownloadLatestWorldScreen.DownloadStatus status, LevelStorage storage)private voidFileDownload. untarGzipArchive(String name, File archive, LevelStorage storage)Constructors in net.minecraft.client.realms with parameters of type LevelStorage Constructor Description ProgressListener(String worldName, File tempFile, LevelStorage storage, RealmsDownloadLatestWorldScreen.DownloadStatus downloadStatus) -
Uses of LevelStorage in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage that return LevelStorage Modifier and Type Method Description static LevelStorageLevelStorage. create(Path path)