Uses of Class
net.minecraft.util.worldupdate.UpgradeProgress
Packages that use UpgradeProgress
Package
Description
-
Uses of UpgradeProgress in net.minecraft.client.gui.screens.worldselection
Fields in net.minecraft.client.gui.screens.worldselection declared as UpgradeProgressModifier and TypeFieldDescriptionprivate final UpgradeProgressFileFixerProgressScreen.upgradeProgressMethods in net.minecraft.client.gui.screens.worldselection with parameters of type UpgradeProgressModifier and TypeMethodDescriptionprivate @Nullable com.mojang.serialization.Dynamic<?> WorldOpenFlows.tryFileFixAndReportErrors(LevelStorageSource.LevelStorageAccess worldAccess, com.mojang.serialization.Dynamic<?> levelDataTag, UpgradeProgress upgradeProgress, Runnable cleanup) Constructors in net.minecraft.client.gui.screens.worldselection with parameters of type UpgradeProgress -
Uses of UpgradeProgress in net.minecraft.util.filefix
Methods in net.minecraft.util.filefix with parameters of type UpgradeProgressModifier and TypeMethodDescriptionvoidFileFixerUpper.applyFileFixers(UpgradeProgress upgradeProgress, int loadedVersion, int toVersion, Path basePath) FileFixerUpper.applyFileFixersOnCow(UpgradeProgress upgradeProgress, int loadedVersion, int toVersion, Path worldFolder, Path fileFixDirectory, Path tempWorld) private voidFileFixerUpper.countFiles(List<FileFix> applicableFixers, UpgradeProgress upgradeProgress) com.mojang.serialization.Dynamic<?> FileFixerUpper.fix(LevelStorageSource.LevelStorageAccess worldAccess, com.mojang.serialization.Dynamic<?> levelDataTag, UpgradeProgress upgradeProgress) com.mojang.serialization.Dynamic<?> FileFixerUpper.fix(LevelStorageSource.LevelStorageAccess worldAccess, com.mojang.serialization.Dynamic<?> levelDataTag, UpgradeProgress upgradeProgress, int toVersion) voidFileFix.runFixOperations(Path baseFolder, UpgradeProgress upgradeProgress) FileFixerUpper.startOrContinueFileFixing(UpgradeProgress upgradeProgress, int toVersion, Path worldFolder, Path tempWorld, Path fileFixDirectory, int loadedVersion) -
Uses of UpgradeProgress in net.minecraft.util.filefix.fixes
Methods in net.minecraft.util.filefix.fixes with parameters of type UpgradeProgressModifier and TypeMethodDescriptionprivate static voidLegacyStructureFileFix.extractAndStoreLegacyStructureData(com.mojang.serialization.Dynamic<Tag> levelData, List<LegacyStructureFileFix.DimensionFixEntry> dimensionFixEntries, UpgradeProgress upgradeProgress) private static voidLegacyStructureFileFix.storeLegacyStructureDataToChunks(it.unimi.dsi.fastutil.longs.Long2ObjectMap<LegacyStructureFileFix.LegacyStructureData> structures, ChunkNbt chunksAccess, CompoundTag dataFixContext, UpgradeProgress upgradeProgress) -
Uses of UpgradeProgress in net.minecraft.util.filefix.operations
Methods in net.minecraft.util.filefix.operations with parameters of type UpgradeProgressModifier and TypeMethodDescriptionvoidApplyInFolders.fix(Path baseDirectory, UpgradeProgress upgradeProgress) voidDeleteFileOrEmptyDirectory.fix(Path baseDirectory, UpgradeProgress upgradeProgress) voidFileFixOperation.fix(Path baseDirectory, UpgradeProgress upgradeProgress) voidGroupMove.fix(Path baseDirectory, UpgradeProgress upgradeProgress) voidModifyContent.fix(Path baseDirectory, UpgradeProgress upgradeProgress) voidMove.fix(Path baseDirectory, UpgradeProgress upgradeProgress) voidRegexMove.fix(Path baseDirectory, UpgradeProgress upgradeProgress) voidModifyContent.FixFunction.run(UpgradeProgress upgradeProgress) -
Uses of UpgradeProgress in net.minecraft.util.worldupdate
Subclasses of UpgradeProgress in net.minecraft.util.worldupdateFields in net.minecraft.util.worldupdate declared as UpgradeProgressModifier and TypeFieldDescriptionprivate UpgradeProgressRegionStorageUpgrader.Builder.upgradeProgressprivate final UpgradeProgressRegionStorageUpgrader.upgradeProgressprivate final UpgradeProgressWorldUpgrader.upgradeProgressMethods in net.minecraft.util.worldupdate with parameters of type UpgradeProgressModifier and TypeMethodDescriptionRegionStorageUpgrader.Builder.trackProgress(UpgradeProgress upgradeProgress) UpgradeStatusTranslator.translate(UpgradeProgress upgradeProgress) Constructors in net.minecraft.util.worldupdate with parameters of type UpgradeProgressModifierConstructorDescriptionprotectedRegionStorageUpgrader(com.mojang.datafixers.DataFixer dataFixer, DataFixTypes dataFixType, String type, String folderName, int defaultVersion, boolean recreateRegionFiles, UpgradeProgress upgradeProgress, int startIndex, @Nullable CompoundTag dataFixContextTag, it.unimi.dsi.fastutil.ints.Int2ObjectMap<RegionStorageUpgrader.TagModifier> tagModifiers)