Uses of Class
net.minecraft.util.WorldSavePath
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of WorldSavePath in net.minecraft.server
-
Uses of WorldSavePath in net.minecraft.util
Modifier and TypeFieldDescriptionstatic final WorldSavePath
WorldSavePath.ADVANCEMENTS
static final WorldSavePath
WorldSavePath.DATAPACKS
static final WorldSavePath
WorldSavePath.GENERATED
static final WorldSavePath
WorldSavePath.ICON_PNG
static final WorldSavePath
WorldSavePath.LEVEL_DAT
static final WorldSavePath
WorldSavePath.LEVEL_DAT_OLD
static final WorldSavePath
WorldSavePath.PLAYERDATA
static final WorldSavePath
WorldSavePath.PLAYERS
static final WorldSavePath
WorldSavePath.RESOURCES_ZIP
static final WorldSavePath
WorldSavePath.ROOT
static final WorldSavePath
WorldSavePath.SESSION_LOCK
static final WorldSavePath
WorldSavePath.STATS
-
Uses of WorldSavePath in net.minecraft.world.level.storage
Modifier and TypeFieldDescriptionprivate final Map<WorldSavePath,
Path> LevelStorage.Session.paths
Modifier and TypeMethodDescriptionLevelStorage.Session.getDirectory
(WorldSavePath savePath) LevelStorage.LevelSave.getPath
(WorldSavePath savePath)