Uses of Record Class
net.minecraft.util.filefix.virtualfilesystem.FileMove
Packages that use FileMove
-
Uses of FileMove in net.minecraft.util.filefix
Fields in net.minecraft.util.filefix with type parameters of type FileMoveModifier and TypeFieldDescriptionFileFixerUpper.UpgradeInProgress.movesThe field for themovesrecord component.AbortedFileFixException.notRevertedMovesMethods in net.minecraft.util.filefix that return types with arguments of type FileMoveModifier and TypeMethodDescriptionFileFixerUpper.applyFileFixersOnCow(UpgradeProgress upgradeProgress, int loadedVersion, int toVersion, Path worldFolder, Path fileFixDirectory, Path tempWorld) FileFixerUpper.UpgradeInProgress.moves()Returns the value of themovesrecord component.AbortedFileFixException.notRevertedMoves()FileFixerUpper.startOrContinueFileFixing(UpgradeProgress upgradeProgress, int toVersion, Path worldFolder, Path tempWorld, Path fileFixDirectory, int loadedVersion) Method parameters in net.minecraft.util.filefix with type arguments of type FileMoveModifier and TypeMethodDescriptionprotected static voidFileFixerUpper.swapInFixedWorld(LevelStorageSource.LevelStorageAccess worldAccess, List<FileMove> moves, Path fileFixDirectory, Path tempWorld) private static voidFileFixerUpper.writeMoves(List<FileMove> moves, Path fromDirectory, Path toDirectory, Path filePath) Constructor parameters in net.minecraft.util.filefix with type arguments of type FileMoveModifierConstructorDescriptionAbortedFileFixException(Exception cause, List<FileMove> notRevertedMoves, @Nullable FileSystemCapabilities fileSystemCapabilities) UpgradeInProgress(List<FileMove> moves) Creates an instance of aUpgradeInProgressrecord class. -
Uses of FileMove in net.minecraft.util.filefix.virtualfilesystem
Fields in net.minecraft.util.filefix.virtualfilesystem with type parameters of type FileMoveModifier and TypeFieldDescriptionCopyOnWriteFileSystem.Moves.copiedFilesThe field for thecopiedFilesrecord component.CopyOnWriteFileSystem.Moves.preexistingFilesThe field for thepreexistingFilesrecord component.Methods in net.minecraft.util.filefix.virtualfilesystem that return types with arguments of type FileMoveModifier and TypeMethodDescriptionCopyOnWriteFileSystem.Moves.copiedFiles()Returns the value of thecopiedFilesrecord component.static com.mojang.serialization.Codec<FileMove> CopyOnWriteFileSystem.Moves.preexistingFiles()Returns the value of thepreexistingFilesrecord component.CopyOnWriteFileSystem.tryRevertMoves(List<FileMove> moves, CopyOption... options) Method parameters in net.minecraft.util.filefix.virtualfilesystem with type arguments of type FileMoveModifier and TypeMethodDescriptionstatic voidCopyOnWriteFileSystem.hardLinkFiles(List<FileMove> moves) static voidstatic voidCopyOnWriteFileSystem.moveFilesWithRetry(List<FileMove> moves, CopyOption... options) CopyOnWriteFileSystem.tryRevertMoves(List<FileMove> moves, CopyOption... options)