Uses of Class
net.minecraft.util.WorldSavePath
Package | Description |
---|---|
net.minecraft.server | |
net.minecraft.util | |
net.minecraft.world.level.storage |
-
Uses of WorldSavePath in net.minecraft.server
Methods in net.minecraft.server with parameters of type WorldSavePath Modifier and Type Method Description Path
MinecraftServer. getSavePath(WorldSavePath worldSavePath)
-
Uses of WorldSavePath in net.minecraft.util
Fields in net.minecraft.util declared as WorldSavePath Modifier and Type Field Description static WorldSavePath
WorldSavePath. ADVANCEMENTS
static WorldSavePath
WorldSavePath. DATAPACKS
static WorldSavePath
WorldSavePath. GENERATED
static WorldSavePath
WorldSavePath. LEVEL_DAT
static WorldSavePath
WorldSavePath. PLAYERDATA
static WorldSavePath
WorldSavePath. PLAYERS
static WorldSavePath
WorldSavePath. RESOURCES_ZIP
static WorldSavePath
WorldSavePath. ROOT
static WorldSavePath
WorldSavePath. STATS
-
Uses of WorldSavePath in net.minecraft.world.level.storage
Fields in net.minecraft.world.level.storage with type parameters of type WorldSavePath Modifier and Type Field Description private Map<WorldSavePath,Path>
LevelStorage.Session. paths
Methods in net.minecraft.world.level.storage with parameters of type WorldSavePath Modifier and Type Method Description Path
LevelStorage.Session. getDirectory(WorldSavePath savePath)