History - net.minecraft.world.updater.RegionStorageUpgrader
26.3
Names
Fields
Constructors
Methods
26.2
Names
Fields
Constructors
Methods
26.1.2
Names
Fields
Constructors
Methods
26.1.1
Names
Fields
Constructors
Methods
26.1
Names
net.minecraft.util.worldupdate.RegionStorageUpgrader
net.minecraft.util.worldupdate.RegionStorageUpgrader
net.minecraft.class_1_43
net.minecraft.world.updater.RegionStorageUpgrader
Fields
org.slf4j.Logger: LOGGER, LOGGER, field_1_646, LOGGER
String: NEW_DIRECTORY_PREFIX, NEW_DIRECTORY_PREFIX, field_1_647, NEW_PREFIX
Pattern: REGEX, REGEX, field_1_648, REGION_FILE_PATTERN
com.mojang.datafixers.DataFixer: dataFixer, dataFixer, field_1_651, dataFixer
WorldUpdateProgress: upgradeProgress, upgradeProgress, field_1_663, progress
String: type, type, field_1_662, type
String: folderName, folderName, field_1_655, directoryName
CompletableFuture<Void>: previousWriteFuture, previousWriteFuture, field_1_657, setNbtFuture
DataFixType: dataFixType, dataFixType, field_1_650, dataFixType
int: defaultVersion, defaultVersion, field_1_652, fallbackVersion
boolean: recreateRegionFiles, recreateRegionFiles, field_1_658, recreateRegionFiles
RegistryKey<World>: dimensionKey, dimensionKey, field_1_653, world
VersionedChunkStorage: storage, storage, field_1_660, versionedChunkStorage
List<Region>: files, files, field_1_654, regions
int: startIndex, startIndex, field_1_659, cumulativeRegionCount
NbtCompound: dataFixContextTag, dataFixContextTag, field_1_649, context
it.unimi.dsi.fastutil.ints.Int2ObjectMap<RegionStorageUpgrader$Fixer>: tagModifiers, tagModifiers, field_1_661, fixersByVersion
Constructors
(com.mojang.datafixers.DataFixer, DataFixType, String, String, int, boolean, WorldUpdateProgress, int, NbtCompound, it.unimi.dsi.fastutil.ints.Int2ObjectMap<RegionStorageUpgrader$Fixer>)
Methods
void (RegistryKey<World>, LevelStorage$Session): init, init, method_1_616, initialize
void (): upgrade, upgrade, method_1_623, upgrade
VersionedChunkStorage (StorageKey, Path): createStorage, createStorage, method_1_612, createVersionedChunkStorage
List<Region> (StorageKey, Path): getFilesToProcess, getFilesToProcess, method_1_615, getRegionsInDirectory
int (): fileAmount, fileAmount, method_1_613, getRegionCount
List<Region> (StorageKey, Path): getAllChunkPositions, getAllChunkPositions, method_1_614, readRegionsInDirectory
boolean (VersionedChunkStorage, ChunkPos): processOnePosition, processOnePosition, method_1_620, upgradeChunk
boolean (VersionedChunkStorage, ChunkPos): tryProcessOnePosition, tryProcessOnePosition, method_1_622, doUpgradeChunk
NbtCompound (VersionedChunkStorage, NbtCompound, int): upgradeTag, upgradeTag, method_1_624, updateChunkNbt
void (RegionFile): onFileFinished, onFileFinished, method_1_619, finish
Path (Path): resolveRecreateDirectory, resolveRecreateDirectory, method_1_621, getPathOfNew