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.server
Methods in net.minecraft.server with parameters of type WorldSavePath -
Uses of WorldSavePath in net.minecraft.util
Fields in net.minecraft.util declared as WorldSavePathModifier 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
Fields in net.minecraft.world.level.storage with type parameters of type WorldSavePathModifier and TypeFieldDescriptionprivate final Map
<WorldSavePath, Path> LevelStorage.Session.paths
Methods in net.minecraft.world.level.storage with parameters of type WorldSavePathModifier and TypeMethodDescriptionLevelStorage.Session.getDirectory
(WorldSavePath savePath) LevelStorage.LevelSave.getPath
(WorldSavePath savePath)