Uses of Class
net.minecraft.world.level.storage.LevelStorage
Packages that use LevelStorage
Package
Description
-
Uses of LevelStorage in net.minecraft.client
Fields in net.minecraft.client declared as LevelStorageMethods in net.minecraft.client that return LevelStorage -
Uses of LevelStorage in net.minecraft.client.gui.screen.world
Methods in net.minecraft.client.gui.screen.world with parameters of type LevelStorageModifier and TypeMethodDescriptionstatic voidEditWorldScreen.onBackupConfirm(LevelStorage storage, String levelName) -
Uses of LevelStorage in net.minecraft.client.realms
Fields in net.minecraft.client.realms declared as LevelStorageModifier and TypeFieldDescriptionprivate final LevelStorageFileDownload.ProgressListener.levelStorageSourceMethods in net.minecraft.client.realms with parameters of type LevelStorageModifier and TypeMethodDescriptionvoidFileDownload.downloadWorld(WorldDownload download, String message, RealmsDownloadLatestWorldScreen.DownloadStatus status, LevelStorage storage) (package private) voidFileDownload.untarGzipArchive(String name, File archive, LevelStorage storage) Constructors in net.minecraft.client.realms with parameters of type LevelStorageModifierConstructorDescription(package private)ProgressListener(String string, File file, LevelStorage levelStorage, RealmsDownloadLatestWorldScreen.DownloadStatus downloadStatus) -
Uses of LevelStorage in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage that return LevelStorage