Uses of Class
net.minecraft.util.WorldSavePath
Packages that use WorldSavePath
Package
Description
Contains utility method classes, various enums, serialization helpers, and
 miscellaneous classes.
- 
Uses of WorldSavePath in net.minecraft.serverMethods in net.minecraft.server with parameters of type WorldSavePath
- 
Uses of WorldSavePath in net.minecraft.utilFields in net.minecraft.util declared as WorldSavePathModifier and TypeFieldDescriptionstatic final WorldSavePathWorldSavePath.ADVANCEMENTSstatic final WorldSavePathWorldSavePath.DATAPACKSstatic final WorldSavePathWorldSavePath.GENERATEDstatic final WorldSavePathWorldSavePath.ICON_PNGstatic final WorldSavePathWorldSavePath.LEVEL_DATstatic final WorldSavePathWorldSavePath.LEVEL_DAT_OLDstatic final WorldSavePathWorldSavePath.PLAYERDATAstatic final WorldSavePathWorldSavePath.PLAYERSstatic final WorldSavePathWorldSavePath.RESOURCES_ZIPstatic final WorldSavePathWorldSavePath.ROOTstatic final WorldSavePathWorldSavePath.SESSION_LOCKstatic final WorldSavePathWorldSavePath.STATS
- 
Uses of WorldSavePath in net.minecraft.world.level.storageFields in net.minecraft.world.level.storage with type parameters of type WorldSavePathModifier and TypeFieldDescriptionprivate final Map<WorldSavePath, Path> LevelStorage.Session.pathsMethods in net.minecraft.world.level.storage with parameters of type WorldSavePathModifier and TypeMethodDescriptionLevelStorage.Session.getDirectory(WorldSavePath savePath) LevelStorage.LevelSave.getPath(WorldSavePath savePath)