History - net.minecraft.datafixer.file.cowfs.CowFs
26.3-snapshot-3
Names
Fields
Constructors
Methods
26.3-snapshot-2
Names
Fields
Constructors
Methods
26.3-snapshot-1
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.filefix.virtualfilesystem.CopyOnWriteFileSystem
net.minecraft.class_1_270
net.minecraft.datafixer.file.cowfs.CowFs
Fields
Set<String>: FILE_ATTRIBUTE_VIEWS, field_1_1655, SUPPORTED_ATTRIBUTES
org.slf4j.Logger: LOGGER, field_1_1656, LOGGER
CowFsFileStore: store, field_1_1662, fileStore
CowFsProvider: provider, field_1_1660, provider
Path: baseDirectory, field_1_1658, root
PathMatcher: skippedPaths, field_1_2012, pathMatcher
Path: tmpDirectory, field_1_1663, tempPath
CowFsPath: rootPath, field_1_1661, rootFsPath
AtomicInteger: tmpFileIndex, field_1_1664, counter
CowDirectory: fileTree, field_1_1659, rootDir
Constructors
(String, Path, Path, PathMatcher)
Methods
CowFs (String, Path, Path, PathMatcher): create, method_1_2047, create
CowDirectory (Path): buildFileTreeFrom, method_1_2044, createRootDirectory
void (): resetFileTreeToBaseFolderContent, method_1_2054, recreateRootDirectory
CowFsProvider (): provider, method_1_2053, provider
void (): close
boolean (): isOpen
boolean (): isReadOnly
String (): getSeparator
Iterable<Path> (): getRootDirectories
Iterable<FileStore> (): getFileStores
Set<String> (): supportedFileAttributeViews
CowFsPath (String, String...): getPath, method_1_2050, getPath
PathMatcher (String): getPathMatcher
UserPrincipalLookupService (): getUserPrincipalLookupService
WatchService (): newWatchService
CowFsFileStore (): store, method_1_2056, getFileStore
CowFsPath (): rootPath, method_1_2055, getRoot
CowDirectory (): fileTree, method_1_2049, getRootDir
Path (): baseDirectory, method_1_2043, getRootPath
Path (): tmpDirectory, method_1_2057, getTempPath
Path (): createTemporaryFilePath, method_1_2048, getPathInsideTempDir
FileSystem (): backingFileSystem, method_1_2042, getOuterFileSystem
CowFs$Operation (Path): collectMoveOperations, method_1_2045, getOutputOperation
void (Path, CowDirectory, CowFs$Operation): collectMoveOperations, method_1_2046, getOutputOperation
void (List<Path>): createDirectories, method_1_2444, createDirectories
void (List<FileMove>): hardLinkFiles, method_1_2051, createHardLinks
void (List<FileMove>): moveFiles, method_1_2445, applyMoves
void (List<FileMove>, CopyOption[]): moveFilesWithRetry, method_1_2446, copyMoves
List<FileMove> (List<FileMove>, CopyOption[]): tryRevertMoves, method_1_2447, revertMoves
Path (String, String[]): getPath, getPath, getPath
FileSystemProvider (): provider