net.minecraft.resource.fs

class ResourceFileSystemProvider

extends FileSystemProvider

net.minecraft.server.packs.linkfs.LinkFSProvider
net.minecraft.class_7669
net.minecraft.resource.fs.ResourceFileSystemProvider

Field summary

Modifier and TypeField
public static final String
SCHEME
field_40023
SCHEME

Constructor summary

ModifierConstructor
()

Method summary

Modifier and TypeMethod
public String
getScheme()
public FileSystem
newFileSystem(URI uri, Map<String, ?> env)
newFileSystem(URI arg0, Map<String, ?> arg1)
newFileSystem(URI uri, Map<String, ?> env)
public FileSystem
getFileSystem(URI uri)
getFileSystem(URI arg0)
getFileSystem(URI uri)
public Path
getPath(URI uri)
getPath(URI arg0)
getPath(URI uri)
public SeekableByteChannel
newByteChannel(Path path, Set<? extends OpenOption> options, FileAttribute<?>... attrs)
newByteChannel(Path arg0, Set<? extends OpenOption> arg1, FileAttribute<?>... arg2)
newByteChannel(Path path, Set<? extends OpenOption> options, FileAttribute<?>... attrs)
public DirectoryStream<Path>
newDirectoryStream(Path dir, DirectoryStream$Filter<? super Path> filter)
newDirectoryStream(Path arg0, DirectoryStream$Filter<? super Path> arg1)
newDirectoryStream(Path dir, DirectoryStream$Filter<? super Path> filter)
public void
createDirectory(Path dir, FileAttribute<?>... attrs)
createDirectory(Path arg0, FileAttribute<?>... arg1)
createDirectory(Path dir, FileAttribute<?>... attrs)
public void
delete(Path path)
delete(Path arg0)
delete(Path path)
public void
copy(Path source, Path target, CopyOption... options)
copy(Path arg0, Path arg1, CopyOption... arg2)
copy(Path source, Path target, CopyOption... options)
public void
move(Path source, Path target, CopyOption... options)
move(Path arg0, Path arg1, CopyOption... arg2)
move(Path source, Path target, CopyOption... options)
public boolean
isSameFile(Path path, Path path2)
isSameFile(Path arg0, Path arg1)
isSameFile(Path path, Path path2)
public boolean
isHidden(Path path)
isHidden(Path arg0)
isHidden(Path path)
public FileStore
getFileStore(Path path)
getFileStore(Path arg0)
getFileStore(Path path)
public void
checkAccess(Path path, AccessMode... modes)
checkAccess(Path arg0, AccessMode... arg1)
checkAccess(Path path, AccessMode... modes)
public <V extends FileAttributeView> V
getFileAttributeView(Path path, Class<V> type, LinkOption... options)
getFileAttributeView(Path arg0, Class<V> arg1, LinkOption... arg2)
getFileAttributeView(Path path, Class<V> type, LinkOption... options)
public <A extends BasicFileAttributes> A
readAttributes(Path path, Class<A> type, LinkOption... options)
readAttributes(Path arg0, Class<A> arg1, LinkOption... arg2)
readAttributes(Path path, Class<A> type, LinkOption... options)
public Map<String, Object>
readAttributes(Path path, String attributes, LinkOption... options)
readAttributes(Path arg0, String arg1, LinkOption... arg2)
readAttributes(Path path, String attributes, LinkOption... options)
public void
setAttribute(Path path, String attribute, Object value, LinkOption... options)
setAttribute(Path arg0, String arg1, Object arg2, LinkOption... arg3)
setAttribute(Path path, String attribute, Object value, LinkOption... options)
private static ResourcePath
toLinkPath(Path path)
method_45238(Path arg0)
toResourcePath(Path path)